Home Forums Basel support forum Footer text to be white

Footer text to be white

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #418377

    Bamboon
    Participant

    Hi,
    I can choose the text from the footer on Theme Setttings to be dark or light; But it’s seems that the light color is not white and the contrast is not okay, I would like it to be white, how can I do this ?

    Thank you for your kind reply,

    Lorène

    #418382

    Bamboon
    Participant

    And when you pass the text with the mouse, to be the actual color

    #419115

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to Theme Settings > Typography > Advanced Typography.

    Best Regards

    #419152

    Bamboon
    Participant

    Hi,
    In Theme Settings > Typography > Advanced Typography, you can only change the main navigation. I’ve made some test wut it only change the main menu colors and I want to change the footer text color and hover color. Where can I do this please ?

    Attachments:
    You must be logged in to view attached files.
    #419701

    Hello,

    Please replace this custom code: https://gyazo.com/88e9e0bd5f694c509b427dbc75e5b66e

    .footer-container.color-scheme-light ul li a {
        color: rgba(255,255,255,.6);
    }

    with this one:

     body .footer-container.color-scheme-light ul li a {
        color: rgba(255,255,255,.1);
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #421065

    Bamboon
    Participant

    Hi, thank for your answer. Where do I need to acces to change this code please ?

    #421118

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global and edit as per your needs.

    Best Regards

    #422365

    Bamboon
    Participant

    Hi, you havn’t given me the code.
    Thank you ini advance,

    Lorène

    #422655

    Hello,

    Please replace this custom code: https://gyazo.com/88e9e0bd5f694c509b427dbc75e5b66e

    .footer-container.color-scheme-light ul li a {
        color: rgba(255,255,255,.6);
    }

    with this one:

     body .footer-container.color-scheme-light ul li a {
        color: rgba(255,255,255,.1);
    }

    You can find the code in the Theme Settings > Custom CSS.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)