• I would like to change the tag line colour, is this able to be done or does it have to be done in CSS?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    It can only be done by using CSS. Add the below code to the Customize > Custom CSS section to change the color –

    #site-header.top-header #site-logo #site-description h2 {
        color: #ffffff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change tag line’ is closed to new replies.