Okay
  Public Ticket #2654521
blog hover color
Closed

Comments

  •  1
    cavallaroweb started the conversation

    Hello,

    I would like to change the blog hover color to match the portfolio hover color. I can easily change this for the portfolio, but I'm not clear where to make this hover color change for the blog posts. Pleas advise.

    Thanks,

    Michelle

  •  1
    cavallaroweb replied

    I have another question as well. I would like to add an image header to the blog landing page. You can see the "Community" image header I've added to a regular page here:
    https://www.kal1.cavallarogroup.com/community/

    I would like to add a similar image header here:
    https://www.kal1.cavallarogroup.com/blog/

    Can you please explain how to do this?

  • [deleted] replied

    Hi cavallaroweb,

    1— Please add the code below to your Custom CSS area:

    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {
        background-color: rgba(170,194,173,0.90) !important;
    }
    .blog-posts .post-item .post-thumbnail .post-hover {
        background-color: rgba(170,194,173,0.90) !important;
    }

    2— WordPress doesn't allow blog page editing by default if that page is selected to be a blog post in the Reading > Posts page area, but there is a trick (see example video).

    Thanks!

    Have a nice day!