Okay
  Public Ticket #429271
Change hover color on masonry blog
Closed

Comments

  • Josephine started the conversation
    [nectar_blog layout="masonry-blog-full-screen-width" category="pilates-blog-primary" posts_per_page="20"]

    When I mouse over the link it turns white, which on a white background makes it disappear.

    Any help with where to change the hover color would be great.

    Thanks!

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    html body .portfolio-items .col .work-info-bg {
        background-color: #ff0 !important;
    }

    If it doesn\'t work please provide page url .

    Thanks


    ThemeNectar Support Team 

  •   Josephine replied privately
  •  8,849
    Tahir replied

    Can you provide the page url so i can see which element you need changed.

    Thanks


    ThemeNectar Support Team 

  •   Josephine replied privately
  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    html body article.post .post-header h2 a:hover {
        color: #f00 !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Josephine replied

    Yes! Thank you!!!