• [ redundant link removed ]

    I am unable to change the font colour of the side widget titles. For instance titles like Categories, are colored in Grey. I would like to change it to Red instead so that it looks better. Please help.

    I found this code from the internet. I added it in the additional css, but doesn’t work
    /* Change widget title colors */
    .et_pb_widget .widgettitle { background:#D0C2B2 !important; }

    • This topic was modified 4 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic

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

Viewing 1 replies (of 1 total)
  • You can try adding this to your custom css and see if it works

    h4.widget-title {
        color: red !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing color of Sidebade Widget Title’ is closed to new replies.