• Resolved sarahb1863

    (@sarahb1863)


    I’m working on a blog page, and I can’t figure out how to change the color of the blog post tile, or the headline. Right now the tile is white and the title is white until I hover over it, and then it changes to blue. Where do I go to change those colors? Thanks!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author sonalsinha21

    (@sonalsinha21)

    Kindly Add Below Code Under :: Appearance >> Customize >> Additional CSS

    .posts-grid-container h2.post-title a{color:#000;}

    .posts-grid-container h2.post-title a:hover{color:#1e73be;}

    Thread Starter sarahb1863

    (@sarahb1863)

    Thank you! What if I want to change the color of the blog post square to, say, blue?

    • This reply was modified 10 months ago by sarahb1863.
    Theme Author sonalsinha21

    (@sonalsinha21)

    You can manage blog post square background color from : Appearance >> Customize >> General Settings >> Content >> Background color

    [but from this setting background color also change on pages and blog post detail page].

    So if you only want to change blog post square background color so add this below css code under Appearance >> Customize >> Additional CSS

    .bricks-frame .formatter {

      background-color: #1b2e87;

    }

    Thread Starter sarahb1863

    (@sarahb1863)

    Thanks so much! That worked perfectly. Now the copy text under the header is too dark, though. Is there a way to change the text color from black to white?

    Theme Author sonalsinha21

    (@sonalsinha21)

    As we checked text under header is already showing white. Or if that is not the case and you are referring to something else let us know. Share screenshot or URL.

    Thread Starter sarahb1863

    (@sarahb1863)

    Hi! I was referring to the text below the header. Right now it’s black. It’s the text that starts “Watch this page…”

    Theme Author sonalsinha21

    (@sonalsinha21)

    To make text color from black to white. Kindly Add Below Code Under :: Appearance >> Customize >> Additional CSS

    .posts-grid-container .entry-summary

    {

      color: #fff;

    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change blog post background/title color’ is closed to new replies.