Home › Forums › WoodMart support forum › Change color of menu
Change color of menu
- This topic has 9 replies, 2 voices, and was last updated 1 year, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 25, 2023 at 5:10 pm #462067
Toni TarresParticipantI have two different headers, one for the home and the other for the pages.
I need the letter of the menu to be seen in green in the home page, but not be modified in the pages (since I need to see it in white).
How can I do it? (I attach a photo)
I also need to change the color of the social icons to green (attached photo)I attach final photo of how it should look
Attachments:
You must be logged in to view attached files.April 26, 2023 at 2:28 am #462138
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 the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
April 26, 2023 at 11:23 am #462229
Toni TarresParticipantAnd another question,
Is it possible to put a font uploaded in woff in slider revolution?
I need to put the same font that I use on the pages.Add pic
Attachments:
You must be logged in to view attached files.April 27, 2023 at 1:19 am #462472
Elise NoromitMemberHello,
You can configure the Slider either inherit the Theme Setting or find the options provided by Slider to select the appropriate font.
You can find the option in Theme Settings > Other.
If you have any questions please feel free to contact us.
Best Regards
April 27, 2023 at 2:04 pm #462619
Toni TarresParticipantYes, but this solution is for slides, but not for slider revolution…
Is there a solution for slider revolution?And other question, the solution that you gave me to put the color to the letters of the menu is applied to all the headers.
I need to make the text of a header one color and another header another color.
Can be done?I add a photo of the two headers I have. (header of the home and header for the rest of the pages
Attachments:
You must be logged in to view attached files.April 28, 2023 at 1:24 am #462825
Elise NoromitMemberHello,
The Slider Revolution provides the option to configure fonts for every separate layer. Please refer to the Slider Revolution documentation on this issue.
If you have any questions please feel free to contact us.
Best Regards
May 2, 2023 at 1:49 pm #463747
Toni TarresParticipantGood morning,
i need help with social icons of the top bar.
I need show icons of the color green (as the rest of page)Is posible change with css?
Thanks
Attachments:
You must be logged in to view attached files.May 3, 2023 at 10:17 pm #464238
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
header .icons-design-simple .wd-social-icon { background-color: green; color: white !important; }
You need to replace the colors as per your needs.
Best Regards
May 4, 2023 at 6:08 pm #464550
Toni TarresParticipantPerfect like this, but I need the mouse to be not white but a different color, or not change. It’s possible?
And another question, I need a typography for the menu at home, in green. But only in a home.
It’s possible?In the other pages the menu is white and this is ok. Because I have a 2 menus. One of this is in the home and the other in the other pages.
Thank you!
May 5, 2023 at 2:24 am #464622
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
header .icons-design-simple .wd-social-icon:hover { background-color: green; color: white !important; }
Please add the color.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register