• Hi,

    1. How do I remove the grey squares that appear before the title of each footer?

    2. How do I change the font color to white so text can be read against my dark background?

    twinchameleon.com

    Thanks,
    Mitch

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Mitch,
    Add the following code to custom css-

    #footer-sidebar .widget h1.widget-title:before {
    display: none;
    }
    body {
    color: #fff !important;
    }

    This should solve your issues.

    Divjot

    Thread Starter getinthevanbree

    (@getinthevanbree)

    This worked, but I realized most of the text in my footers are hyperlinks so they were unaffected by the font color change. Could you give me the code to insert to change hyperlink color in the footer as well?

    Thank you!
    Mitch

    Thread Starter getinthevanbree

    (@getinthevanbree)

    Also, the code you gave me also changed the font color of the body of the page. Is there a way to only change the font color in the footer, but not the body text?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer Widget issues’ is closed to new replies.