Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #732109

    Hi Kriesi team

    I would need your kind help with changing the Statistics widget font color from dark grey to white color.
    I am trying to display the widget in my ENFOLD website’s footer, but it is not visible due to footer background color also being dark grey, all other texts in my footer are white color.

    #732469

    Hey matelko2003,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #732706

    Hi Rikard
    here you go
    http://www.klubaktivnehomyslenia.sk
    look at the right column of footer, where underneath the latest news I have the statistics widget placed with dark color font.

    Thanks
    Martin

    #733003

    Hi Martin,

    Thanks for the link, though I’m unsure of what it is you would like to change. Could you try to explain a bit further or post a screenshot of the element please?

    Best regards,
    Rikard

    #733113

    HI Rikard
    please find the screenshot attached, which explains the problem I hope:
    Stats widget font color issue

    Thanks
    Martin

    #733682

    Hi Martin,

    Thanks for that, please try the following in Quick CSS under Enfold->General Styling:

    #wpstatistics_widget-3 label {
      color:white !important;
    }

    Best regards,
    Rikard

    #733810

    Hi Rikard
    the quick CSS has helped to display the texts of STATISTICS widget by white color, but the actual numbers of the stats are still in default dark font color and thus not visible..

    Thanks
    Martin

    #733920

    Hi,

    Please try this instead:

    #wpstatistics_widget-3, #wpstatistics_widget-3 label {
      color:white !important;
    }

    Best regards,
    Rikard

    #733971

    Thanks a lot Rikard, this worked perfectly!
    Topic can be closed.

    Regards
    Martin

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Statistics widget font color’ is closed to new replies.