Okay
  Public Ticket #2354794
I would like to change header dropdown arrow color and the menu color in my home page
Closed

Comments

  • Vivie Harr started the conversation

    So ive tried everything i can think of but i cant seem to change the color of the dropdown arrow on the header, as well as the menu color. 


    Also if anyone could help with another problem too, I want to make the front "africa-tree" logo be not attached to the background like the text would be. how would i do that?

    Attachments below

  • Vivie Harr replied

    Also my site is local, so i can not provide a live link

  • Vivie Harr replied

    So I figured out how to add these, so now instead of changing the "3 line menu" color i would just like to remove it

  •  8,991
    Tahir replied

    Hey, 

    Please see: 

     .

    Best


    ThemeNectar Support Team 

  • Vivie Harr replied

    Thank you! and one more question if you have the time. how would i change Button Accent Color?

  •  8,991
    Tahir replied

    Hey Again,

    You will have to adjust the Accent Colors in here : http://prntscr.com/rvnow2 . 

    Best


    ThemeNectar Support Team 

  • Vivie Harr replied

    Thank you man. good lookin. I got 1 more question lol sorry. How would i change a background color for a section of a site? I dont like this blue right here, and theres a few more background colors im not too fond of throughout the homepage of site. How would i go about changing them? I can't find it anywhere!

  • Vivie Harr replied

    nevermind you dont need to answer that i figured it out. thanks

  • Vivie Harr replied

    If you could help me with one last thing though. How would i remove the header menu for just the starting picture, then as i scroll down itll come out? 

  •  8,991
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div#header-outer.transparent {
        visibility: hidden !important;
    }
    div#header-outer {
        visibility: visible !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Vivie Harr replied

    Ok so i did that script and it worked for removing it from the top on the front image, but it doesn't show when i scroll down. any tips? Thanks for the help!

  • Vivie Harr replied

    like if there was a way i could attach the header menu to the page below the dropdown picture?

  •  8,991
    Tahir replied

    Hey Again,

    You need to have the Transparent Header Option turned on for it to work . 

    Best 


    ThemeNectar Support Team