• Hi,

    I am trying to change the font and colour of the text widget on the top of my right hand sidebar on my website homepage:

    http://serenapage.com/ (theme = mantra)

    (The text I am trying to change is: Check out the lyrics video of one of Serena’s songs, Addicted To You:)

    , so that it is the same as the rest of my content (I think font-family: Segoe UI, Arial, sans-serif; colour:#000.

    The problem is that I can’t seem to find the code for this widget in my css style sheet.

    Any help would be greatly appreciated!
    Serena

Viewing 1 replies (of 1 total)
  • try to work with a browser inspection tool such as Firebug to investigate which styles you can use for formatting the textwidget:

    example, specific for that one textwidget:

    #text-3 .textwidget { font-family: 'segoe ui', arial; }

Viewing 1 replies (of 1 total)
  • The topic ‘Text widget font css problem’ is closed to new replies.