Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933304

    Hello,

    Currently in the footer of my pages, I have the text black but it is on a grey background and hard to read.

    How can I change it to white?

    Thank you!

    Duncan

    #933435

    Hi,

    I did see another thread you have and seen your site, I can this code reflecting on your site, which causes the issue:

    .widget {
    color:#000000!important;
    }

    You can add this css code in Quick CSS (located in Enfold > General Styling) to fix it:

    #footer .widget {
        color: white !important;
    }

    just change the color as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #933991

    Nikko!

    Issue is resolved! Thank you very much!

    Duncan

    #933994

    Hi,
    Glad Nikko was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘font change in text widget box’ is closed to new replies.