• Hi there,

    I’m using Gallery by BestWebSoft. I want to be able to either individually change the gallery post title or all the gallery post title colors but not regular post colors.

    The background is transparent on gallery pages so my title text doesn’t show up well but on regular post pages the background is white. Can anybody tell me where to go to find it?

    I’ve used “inspect element” and I can change the color there but then can’t find class=”home_page_title entry-header” anywhere in the css.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to you css file for the theme (better to create a child theme and add it to the child’s css). Change the color as you wish.

    h1.home_page_title.entry-header {
    color: aqua;
    }

    Thread Starter TouchTheCow

    (@touchthecow)

    Much appreciaited! Yes, I’m using a child theme for genesis.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of gallery titles…’ is closed to new replies.