• Resolved bsrtruss

    (@bsrtruss)


    Trying to change the color of the Widget Title that shows in the sidebar. I assume there is some CSS I can add to the theme?

    Thanks,
    Russ

Viewing 1 replies (of 1 total)
  • Hello Russ,

    Please add the following code in Appearance -> Customize -> Additional CSS after removing all the text that is already there:

    .sidebar .widget-title.heading {
        color: red;
    }

    Replace the value ‘red’ with the color you want or the HEX code for a certain color.

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Widget Title Color’ is closed to new replies.