Home Forums WoodMart support forum Header and menues

Header and menues

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #256000

    Criozz
    Participant

    Hi, 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/wh1dh5

    #256025

    Hello,

    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

    #256446

    Criozz
    Participant

    “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?

    #256532

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #256780

    Criozz
    Participant

    Here it is:

    #257005

    Hello,

    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

    #257014

    Criozz
    Participant

    I 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/wjsk76

    #257042

    Hello,

    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

    #257177

    Criozz
    Participant

    Tx, also wanted to ask you , if possibe , to send css code for the translation module text collor

    #257186

    Criozz
    Participant

    And I also need to recolor service desk text at the Header Base with your css code
    https://prnt.sc/wki4ek

    #257315

    Bogdan Donovan
    Keymaster

    Hi,

    1. Navigate to your “Меню” wordpress menu (http://prntscr.com/wkumuu).
    2. Found “Service desk” menu item.
    3. Add green 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

Viewing 11 posts - 1 through 11 (of 11 total)