Home › Forums › WoodMart support forum › Header and menues
Header and menues
- This topic has 10 replies, 3 voices, and was last updated 3 years, 11 months ago by Bogdan Donovan.
-
AuthorPosts
-
January 5, 2021 at 9:13 pm #256000
CriozzParticipantHi, I need to change the color of one and only one title at the header menue,
and I also need to and a widget to the header,can you help me with that?
https://prnt.sc/wh1882
https://prnt.sc/wh1c8y
https://prnt.sc/wh1cu1
https://prnt.sc/wh1dh5January 6, 2021 at 12:41 am #256025
Elise NoromitMemberHello,
Please add the class to the menu item as described here: https://xtemos.com/docs/woodmart/create-menu-2/ I will provide custom CSS.
In order to add a widget please do the following:
1. Create a custom Sidebar in Dashboard > Sidebars;
2. Add the widget;
3. Create HTML block and insert the Widgetized Sidebar element, chose your custom Sidebar;
4. Add this HTML block to the header by means of the HTML Block built with WPBakery https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/
Best Regards
January 7, 2021 at 12:56 pm #256446
CriozzParticipant“3. Create HTML block and insert the Widgetized Sidebar element, chose your custom Sidebar;”
Can you show how exactly I should do this ?
“Please add the class to the menu item as described here”
Can you provide the css and describe more properly what I need to add?January 7, 2021 at 5:06 pm #256532
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
January 8, 2021 at 1:03 pm #256780
CriozzParticipantHere it is:
January 9, 2021 at 3:03 pm #257005
Elise NoromitMemberHello,
Your site is on Elementor. Please add the Sidebar widget and chose the custom sidebar that has the widget you want to add to the Header. If you cannot, please advise which sidebar and which HTML block you have created.
Best Regards
January 9, 2021 at 3:59 pm #257014
CriozzParticipantI figured out how to add widget to the header
but I still need your help with the colors ,
Service desck – has to be green #49c635
But the translation module borders have to be colored white like at the footer
https://prnt.sc/wjsji1
https://prnt.sc/wjsk76January 9, 2021 at 8:55 pm #257042
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-color-light .navigation-style-separated .green > a { color:red; } .no_translate select{ border:2px solid white; }
Best Regards
January 10, 2021 at 9:38 pm #257177
CriozzParticipantTx, also wanted to ask you , if possibe , to send css code for the translation module text collor
January 10, 2021 at 9:54 pm #257186
CriozzParticipantAnd I also need to recolor service desk text at the Header Base with your css code
https://prnt.sc/wki4ekJanuary 11, 2021 at 9:43 am #257315
Bogdan DonovanKeymasterHi,
1. Navigate to your “Меню” wordpress menu (http://prntscr.com/wkumuu).
2. Found “Service desk” menu item.
3. Addgreen
custom css class to the menu custom css class field (https://prnt.sc/wkub6y).
4. Replace previous custom css from this reply with the following one:body .whb-navigation .item-level-0.green > a { color: #49c635; } body .whb-row.whb-color-light .no_translate select { border: 2px solid white; color: #FFF; } body .whb-row.whb-color-light .no_translate select option { color: #000 }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register