• I am trying to change the widget titles color in the footer area to white.
    https://store.kawacalgary.ca

    I located it in bootstrap.min.css as inherited color and so If I change it to white it changes it to white somewhere else.
    I tried to write this piece of code and put is in CSS but it still changes the color in other places:

    h3 li {
    color: #FFFFFF;
    }

    Can somebody give me a correct code for targeting only those titles in the footer (Product Categories, To Rated Products, etc) and also the prices color in the Top rated products widget in the footer only.

    Appreciate your help in advance!!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font color in widget titles’ is closed to new replies.