Home › Forums › Basel support forum › Footer text to be white
Footer text to be white
- This topic has 8 replies, 2 voices, and was last updated 2 years ago by Elise Noromit.
-
AuthorPosts
-
November 3, 2022 at 2:55 pm #418377
BamboonParticipantHi,
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
November 3, 2022 at 3:04 pm #418382
BamboonParticipantAnd when you pass the text with the mouse, to be the actual color
November 7, 2022 at 7:56 am #419115
Elise NoromitMemberHello,
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
November 7, 2022 at 10:50 am #419152
BamboonParticipantHi,
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.November 9, 2022 at 6:26 am #419701
Elise NoromitMemberHello,
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
November 14, 2022 at 7:10 pm #421065
BamboonParticipantHi, thank for your answer. Where do I need to acces to change this code please ?
November 15, 2022 at 2:56 am #421118
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global and edit as per your needs.
Best Regards
November 20, 2022 at 11:02 pm #422365
BamboonParticipantHi, you havn’t given me the code.
Thank you ini advance,Lorène
November 22, 2022 at 3:06 am #422655
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register