Home › Forums › WoodMart support forum › Menu title color
Menu title color
- This topic has 18 replies, 3 voices, and was last updated 1 year, 11 months ago by
Bogdan Donovan.
-
AuthorPosts
-
March 29, 2023 at 4:36 pm #455199
MatoZatoParticipantHello.
Can i set only one menu section title diffrent color?
To red.Title Blog.
Thank you very much.
March 29, 2023 at 5:13 pm #455214
Luke NielsenKeymasterHello,
Yep, with the help of the theme presets, you can change the Blog’s page title color. Please navigate to Theme Settings -> Settings Presets and create a condition as in the screenshot below.
https://monosnap.com/file/ENNiEzaZzmIHAFwv9BgRovy1HodmgU
Then edit its theme settings and navigate to Typography -> Advanced and create such a rule: https://monosnap.com/file/IjbxHGb8AErkEVH6Xlazm6S8t7WTTh
As a result, the title will be changed only on the Blog page.
Kind Regards
March 29, 2023 at 8:49 pm #455301
MatoZatoParticipantHello.
I find Preset and advanced typography.
And i dont know what i must add to Preset and advaced typography.
Thank you very much.
March 29, 2023 at 9:06 pm #455310
MatoZatoParticipantAnd i wanna change Title only in blog subpage and In menu link text BLOG to red.
Thank you very much
March 30, 2023 at 9:57 am #455456
Luke NielsenKeymasterHello,
In the Preset’s theme settings -> Typography -> Advanced -> you need to create a rule with the “Page title” condition and set a color in the appropriate field, like in the screenshot below.
https://monosnap.com/file/IjbxHGb8AErkEVH6Xlazm6S8t7WTTh
Kind Regards
March 30, 2023 at 11:27 am #455490
MatoZatoParticipantBut when i change Page title, change me all tittle.
March 30, 2023 at 11:33 am #455492
Luke NielsenKeymasterHello,
May I request you send me some screenshots for a better understanding of which titles you mean?
I await your response.
Kind Regards
March 30, 2023 at 12:14 pm #455517March 30, 2023 at 2:46 pm #455593
Luke NielsenKeymasterHello,
Please send me access to that website so I will help you adjust it on your side.
I await your response.
Kind Regards
March 30, 2023 at 3:14 pm #455611
MatoZatoParticipantOkay i send. But i want know how can i change it please 🙂
March 31, 2023 at 9:34 am #455863
Luke NielsenKeymasterHello,
I have set the page title as red with the active menu item, please check it. The below video shows where it was adjusted.
https://monosnap.com/file/iZr5QpuHa6HOyMMFbRQxSW6eXQxyfN
You can also reach out to us if you have any questions.
Kind Regards
March 31, 2023 at 10:06 am #455875
MatoZatoParticipantHello.
I dont understartd you set it? I dont see it in advaced typgraphy.
March 31, 2023 at 10:48 am #455896
Luke NielsenKeymasterHello,
Yep, it is already activated on your website. As I described before in the above messages, it is activated via Theme Settings -> Settings Presets -> “Blog title color” preset -> Typography -> Advanced.
If you want to make the red menu by default for whole pages, navigate to Theme Settings -> Typography -> Advanced -> for the “Main navigation links” rule set the red color.
https://monosnap.com/file/ibhyejGHGd9g1H4BpQngspCn1a0s7m
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
March 31, 2023 at 11:08 am #455910
MatoZatoParticipantBut i wanna only Red Text in menu BLOG subpage 🙂
March 31, 2023 at 12:10 pm #455927
Luke NielsenKeymasterOk, in this case, please navigate to Theme Settings -> Settings Presets -> “Blog title color” preset -> Typography -> Advanced and change the “Color” field to “Red”: https://monosnap.com/file/Rd8D4pYjbKfT6hDO6hAL3RYxCFpQ3T
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
March 31, 2023 at 3:06 pm #456002
MatoZatoParticipantBut when i change this. Make all text link in menu red… I wanna red only Blog link menu.
March 31, 2023 at 3:39 pm #456016
Luke NielsenKeymasterHello,
Ok, here is a code for making red only the “Blog” link:
.whb-main-header .menu-item.menu-item-14414 a span{ color: red; }
Kind Regards
April 3, 2023 at 10:25 pm #456849
MatoZatoParticipantThank you very much.
And you can send me this CSS code to Blog Title? 🙂
April 4, 2023 at 10:13 am #456970
Bogdan DonovanKeymasterHi,
To make universal custom colored menu items, you need to
1. Try to remove previse provided custom CSS code.
2. Addwd-custom-item
custom class (Screenshot https://prnt.sc/sj0IBzjq3DBY) to the desired menu items in the menu settings in which you want to change color.
3. Add the following code snippet to the Custom CSS area in Theme Settings. You can modify idle/hover/current menu state colors to your own values./* Idle menu state */ .whb-header .menu-item.wd-custom-item > a { color: red; } /* Hover menu state */ .whb-header .menu-item.wd-custom-item > a:hover { color: blue; } /* Current selected menu state */ .whb-header .menu-item.wd-custom-item.current-menu-item > a { color: orange; }
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register