• Hi all,

    Here again,

    Just wondering how to change the above my site is https://www.hindleyasc.org and I am looking to change the text on the right hand side widget from white to black. And then change the boarder around the body from red to Yellow.

    Thanks

    Craig

Viewing 1 replies (of 1 total)
  • If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    #page { border: 15px solid rgba(255, 255, 0, 1); }
Viewing 1 replies (of 1 total)
  • The topic ‘How to change the Widget font color and change the main boarder colour’ is closed to new replies.