• Resolved rafaeltsantes

    (@rafaeltsantes)


    I would like to change the text color of the footer widgets. I managed to change the title of the widgets via css but I cannot seem to be able to change the text under the the “categories” widget & “archive” widget.

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

Viewing 1 replies (of 1 total)
  • Theme Author sublimetheme

    (@sublimetheme)

    Hello @rafaeltsantes,

    Thank you for contacting us. We are happy to help. We can provide you with the CSS to change the text under the categories and archive widget as well. You can change this color via CSS if you want that change to be done only on the footer.

    You can paste this in your theme CSS via Additional CSS.
    .widget ul li a{
    color:#494949!important;
    }

    You can change “#494949” to your desired color code.

    We have our dedicated staff for support for the theme as well. You can contact us at our email [email protected] as well.

    Sorry for the inconvenience.

    Thank you!

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