Colour Change in Website Sitle SELA Theme

  • Unknown's avatar

    Just trying to change the title colour to white, its currently grey and has a picture background so you cant see it

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

  • Unknown's avatar

    Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. Even with it white, it was still difficult to see in certain areas, so I added a slight black text shadow.

    .site-title a, .site-description {
      color: #fff;
      text-shadow: 2px 2px 1px #000;
    }

    Even with the text shadow though, it is still hard to read. You may want to consider darkening your image some, or perhaps selecting a different image that is darker.

  • Unknown's avatar
    thezerowastelife · Member ·

    Lovely! Thank you, I ended up changing the colour but couldn’t figure out the text shadow part so that helped a bunch!

  • Unknown's avatar

    Hooray and you are welcome!

  • The topic ‘Colour Change in Website Sitle SELA Theme’ is closed to new replies.