• In my footer my custom menu widget is working fine with the correct colour and font. I added a Text widget for contact details and it is reverting to the original text colour and font. I have tried to change it in css but nothing is working. Unfortunately when the website was made my outscourcers did not make a child theme so I cannot update the 2011 theme. (tried once and the site broke Grr)
    The website is https://www.herveybaykitchensandcabinets.com
    Hope you can help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • In style.css, on line 2210, add a CSS selector to style your non-linked text in your footer section. The block of CSS would become:

    #colophon,
    #colophon a{
    color: #FFFFA7;
    }
    Thread Starter leonie6070

    (@leonie6070)

    Thank you for that info – worked a treat ??

    Next question how do I make the font larger and bold – like the Site Map to the left

    Thank you

    Change the CSS to:

    #colophon,
    #colophon a{
        color: #FFFFA7;
        font-weight: bold;
    }

    Thread Starter leonie6070

    (@leonie6070)

    Hi Jason

    Thank you soooo much

    Leonie ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2011 theme – change font colour in footer text widget’ is closed to new replies.