• Resolved toioski

    (@toioski)


    I’m desperately trying to change text color of a widget on my homepage but I can’t succeed!
    The widget is the one called “Suggerimento” on this site homepage:
    https://www.studiomorganti.net

    I used Firebug a lot and I’ve also done lots of tries but nothing!
    In particular, as Firebug said, the class of the text seems to be “textwidget”, but adding a color to this class doesn’t change anything.
    I managed to change the widget-title, but not the text.

    Thanks in advance =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    if this is your added style:

    .textwidget {
    color: #fff !important;
    }

    then it does exactly what it says – the text in the widget is white.

    try to clear your browser cache to make any changes to the styles visible – press ‘CTRL F5’ or ‘reload’ or whatever your browser needs.

    Thread Starter toioski

    (@toioski)

    Thanks man!
    You were right, the problem was only the cache!
    I try with a different browser and it works (now i cleared Firefox cache and cookie)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot change widget text color’ is closed to new replies.