The Sela theme is not allowing me to select colors correctly.

  • Unknown's avatar

    I want the site title font to be white so it shows up against the background header image I have selected. When I change the theme colors so they match well with the header image, the title font color gets set to a dark gray that I can no longer change, which makes the title illegible. This seems to happen whether I’m changing the background color or the theme colors. It seems like there is a bug in the theme. Please advise!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The problem is the changes you make with the site color schemes have a higher priority than the title color change, so the built in tools aren’t letting you change both at once.

    We can flx that with CSS though.

    Pick the color scheme you want and then add the following code to the CSS box in your customizer.

    .site-title a{
    	color: white !important;
    }

    That should take care of it. If not, or if you need more help, let me know!

  • Unknown's avatar

    Thank you so much! That did seem to work. I figured I could probably fix this in the CSS, but wasn’t quite ready to dive into figuring that out on my own, so I appreciate your help.

    -Holly

  • Unknown's avatar

    That’s why we are here :)

    Let me know if you need anything else!

  • The topic ‘The Sela theme is not allowing me to select colors correctly.’ is closed to new replies.