• Hello,

    I am hoping that someone can help me out with this simple problem.

    I am using the theme – Arclite

    My blog is – https://www.glennbartley.com/blog/

    I just need to know how to change the colour of the text in the header boxes on the left side of the page. right now the text is white and the box is also so you cannot read the text – e.g. “NEWSLETTER SIGN UP FORM”

    Thank you so much for any assistance that you can provide.

    All the best!

    Glenn

Viewing 1 replies (of 1 total)
  • This is where that color is being set:

    .box .titlewrap h4 {
        color: #FFFFFF;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
        font-size: 130%;
        font-weight: normal;
        letter-spacing: -0.04em;
        text-transform: uppercase;
    }

    But do be aware that you should be making changes in a Child Theme or custom CSS option or plug in so that your changes are not lost when you update the theme.

    Also, try downloading Firebug to help with CSS work.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Text Colour On Theme’ is closed to new replies.