• Resolved gatis201

    (@gatis201)


    Hello,

    It seems that with Hueman theme editor its possible only to change footers bockground color, could someone help me changing the text color?

    Thanks in advance
    Gatis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you please post a link to your site where I can see and try to help with some CSS code?

    Thread Starter gatis201

    (@gatis201)

    if you look at the footer, there is a text in white which is hardly vissible because of background color.

    • This reply was modified 9 years, 2 months ago by gatis201.

    Add this following custom css to Appearance -> customizer -> Additional CSS

    #footer-bottom a {
        color: #333;
    }
    #footer-bottom #copyright, #footer-bottom #credit{
     color: #333!important;
    }

    change the color code of your choice.

    Hope it helps and let me know if you require any further assistance.

    Thread Starter gatis201

    (@gatis201)

    Thanks a lot, it helped!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Footers text color’ is closed to new replies.