Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1332651

    Jimmy P
    Participant

    Nevermind. I changed the code above to use color: #000 and it changed the widget AND did not affect the other widgets.

    #1332986

    Friech
    Moderator

    Hi There,

    Glad you sorted things out, actually that did affect the widgets on the footer. Tweak your code a little bit, just to be safe.

    .x-sidebar .widget {
        text-shadow: none!important;
        color: #000!important;
    }

    Cheers!