Home › Forums › WoodMart support forum › Footer text color and header social icons color
Footer text color and header social icons color
- This topic has 8 replies, 2 voices, and was last updated 2 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 24, 2023 at 1:09 pm #437385
marcinbartkowiak1ParticipantHi, can You please provide me a CSS code, to change a footer text color? Also i would like to change social media icons color on my header to black.
Thanks!
January 24, 2023 at 4:24 pm #437446
Aizaz Imtiaz AwanKeymasterHello,
1- Regarding the Footer text color change, please navigate to Dashboard > Theme Settings > Footer > Style > there you can find the Footer text color option > you can either select Dark or Light according to your choice: https://snipboard.io/4C56qe.jpg
2- To change the color of the Social Media Icons on your Header, you need to edit your current Header layout under the Header Builder first by going to the Dashboard > WoodMart > Header Builder > there edit your current Header layout > then edit the Social buttons element > then go to the Style tab of it > there select the Color as Dark: https://snipboard.io/l98fOI.jpg
The Dark option will make the Icons black as you want.
Best Regards
January 24, 2023 at 4:43 pm #437461
marcinbartkowiak1Participant“dark” color is not black, its grey. And “light” is not white, it looks like very light grey. Your way is not working for me.
How to change that colors to custom (header icons and footer text)? Example blue, green or yellow?
January 24, 2023 at 4:45 pm #437462
marcinbartkowiak1ParticipantI added screenshot
Attachments:
You must be logged in to view attached files.January 25, 2023 at 10:36 am #437646
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section.
For the Footer Menu, please try using the following one:
.footer-container .main-footer .widget-area .footer-column .footer-widget .widget_nav_menu .menu .menu-item a { color: red !important; }
For the Social Media Icons, right now we are seeing them added in Footer on your Site. So, for them please try using the following one:
.footer-container .main-footer .widget-area .footer-column .footer-widget .wp-block-social-links li a { color: red !important; }
In these CSS, you can change the color to your choice of hex color code or color name.
Hope this helps !
Best Regards
January 25, 2023 at 2:36 pm #437727
marcinbartkowiak1ParticipantHi,
CSS works perfect on footer, but my social media icons are in header, NOT footer. I have another page, where i have icons in header. Can You please give me a CSS code to change a header social media icons color to red?
January 25, 2023 at 4:38 pm #437783
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.whb-header .wd-social-icons a { color: red !important; }
You can change the color to your choice, if you want to change it.
Best Regards
January 25, 2023 at 4:49 pm #437793
marcinbartkowiak1ParticipantThank You, it works! š
January 26, 2023 at 9:31 am #437905
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Footer text color and header social icons color’ is closed to new replies.
- You must be logged in to create new topics. Login / Register