Okay
  Public Ticket #3532990
header navigation
Closed

Comments

  •  2
    sanya started the conversation

    How can I change the color of the header navigation to white?

  •  1,875
    Judith replied

    Hi Sanya,

    Thanks for writing to us.

    You can adjust the color from here Salient  > Header Navigation > Color Scheme :

    6538946549.png

    I hope this helps.

    Please feel free to write to us in case of any other queries.

  •  2
    sanya replied

    Hey Judith, I changed the color but still it shows black font color (https://evranch.bravehost.com/western-spa-skin-care/) and I want this kind of background on the header navigation(see attachment below), can you help me create this either by Salient or by custom coding it, Thank you

    4044000642.png


  •  1,875
    Judith replied

    Hi Sanya,

    Thanks for writing back.

    The issue is that when you have a white font color for the menu, when you scroll on bright sections of the site, the menu won't be visible as shown here : 

    4129898864.png

    However this is a css you can use to adjust their colors:

    #header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
        color: white;
    }

    I hope this helps.

    Best Regards.

  •  2
    sanya replied

    Can we add background color to the header navigation? a little black background color 

    3847121396.png

  •  1,875
    Judith replied

    Hi Sanya,

    Thanks for writing back.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    body[data-bg-header=true] #header-outer[data-permanent-transparent="1"].transparent {
        background-color: #140a0aa6!important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  2
    sanya replied

    How can I change the border color to white, it shoes black right now

    7562230558.png
  •  1,875
    Judith replied

    Hi Sanya,

    Thanks for writing back.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    #header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav > ul > li > a .menu-title-text:after, #header-outer.dark-slide.transparent:not(.side-widget-open) #top nav>ul>li[class*="button_bordered"]>a:before, #header-outer.dark-slide .nectar-mobile-only.mobile-header li a .menu-title-text:after {
        border-color: #ffffff!important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.

     If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.