Okay
  Public Ticket #2638650
Blog Post Masonry Header
Closed

Comments

  • mukkiwa started the conversation

    Hello,

    I am trying to change the color of my blog headers in the Masonry layout, but for some reason they are still showing up grey, like the body text. I tried manually adding the following CSS, but that doesn't seem to be helping either

    .post-header, #single-below-header { margin-bottom: 12px; color: #005270 !important; }


    Can you please help me out?

    Thank you,

    M

  • mukkiwa replied

    I found a solution by adding custom CSS to just that page by modifying the h3 value. For some reason the color of h3 in the styles.css file was overriding my previous codes. Odd.

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .masonry.material .masonry-blog-item h3 a {
        color: #3f59ff !important;
    }

    Thanks


    ThemeNectar Support Team