Support » Plugin: Responsive Column Widgets » text and Title font color

  • How can I change the font color for the text and the titles, only for the ones that I have on Responsive Column Widget

    repairmyapplianceaustin.com

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hello,

    You can add your custom CSS rules at the bottom of your style.css file. You have to be familiar with CSS though. Something like this would change the font color of the widget box.

    
    .responsive_column_widgets {
        color: green;
    }
    

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘text and Title font color’ is closed to new replies.