• Resolved franzi11

    (@franzi11)


    Hello,
    my background color in the footer is white, now you can′t read the text because the font-color is too light.
    How can I change it to black or another color? Is that possible in “Additional CSS” (which code)?

    Thank you for answering!
    Franzi

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author themevision

    (@themevision)

    Hello,

    Of course, you can do this by using an additional CSS code, but in this case, there is no need for that.

    You just have to go to: Customizing ? Styling ? Footer

    and set the footer area background color per you wish.

    https://prnt.sc/gudmki

    Best Regards

    Thread Starter franzi11

    (@franzi11)

    Hi,
    thank you, I′m afraid, there is a misunderstanding: I′ve changed the background-color into white and now want to change the font color.
    Best Regards

    Theme Author themevision

    (@themevision)

    Hi,

    Sorry for the misunderstanding you!

    Insert code below into Customizing->Additional CSS
    code:

    #colophon {
    color:black;}

    Change the color per your wish.

    Regards

    Thread Starter franzi11

    (@franzi11)

    I tried your code , but unfortunately it doesn′t work. I use the only-text-widgets ; the color of links and the header are exatly the blue, I′ve already defined in the Add. CSS and as the Primary Color in Styling -> General.
    It seems to me, as if the rest of the text in the Widget is a very light blue, it′s not white.

    • This reply was modified 7 years, 5 months ago by franzi11.
    Theme Author themevision

    (@themevision)

    Hello,

    The code above work for the footer copyright area only, not for the widgets.

    Can you post the address of your website so I can look closely?

    Regards

    Thread Starter franzi11

    (@franzi11)

    Ah, I understand. The site is:

    • This reply was modified 7 years, 5 months ago by franzi11.
    Theme Author themevision

    (@themevision)

    Hello, @franzi11!

    Now, this code should work.

    code:

    .footer-widgets{
    color:black;}

    Change the color per your wish.

    Regards

    Thread Starter franzi11

    (@franzi11)

    Great, it works! I′ve learned important things tonight, thank you so much!

    Best regards,
    Franzi

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing Font color in text widget in the footer’ is closed to new replies.