Okay
  Public Ticket #321545
Changing hover displays for menu and submenu
Closed

Comments

  • Chris started the conversation

    How do you change the behavior of hover colors and backgrounds for the Salient main menu and sub-menu? I can't find the right styling to affect  this behavior.

  •  8,459
    Tahir replied

    Hey!

    See screenshot: http://prntscr.com/588i2e  . You have to choose a custom Header color scheme from Salient Theme Options -> Header Section and then set the colors as desired. 

    Thanks 


    ThemeNectar Support Team 

  • Chris replied

    Thanks. I found this. Apparently the custom nav schemes don't work when the slideshow fills the header area, but does start to work when the white background appears. Is there a way for it to work on the full background screen. Also, is there a simple way to modify the subnavigation boxes so that their color, size and transparency is different?

    Chris

  •  8,459
    Tahir replied

    Hey!

    Can you provide the site url. 

    Thanks 


    ThemeNectar Support Team 

  • Chris replied

    Hi. The site is http://private-access-journeys.com. What I want to do is take the submenu items under "Destinations" and be able to reduce the padding and size, and control the transparency of the backgrounds on the submenu items.

    Chris

  •  8,459
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body header#top .sf-menu li ul li a {
        background-color: rgba(0, 0, 0, 0.5) !important;
        padding: 5px !important;
    }
    Thanks


    ThemeNectar Support Team 

  • Chris replied

    Thanks so much. Works great. I'd like to ask you one more question: In my media only phone view, the Nectar slider on the home page has been modified in  terms of the size of h2 and p, with your help. The image itself is full height, which is better than having it resize very small to fit width. Is it possible to modify the max height of the image in the media only view to reduce the max-height from 650 px (original height) to 400 or so?

    Chris

  •  8,459
    Tahir replied

    Hey!

    I am afraid changing the image width would result in breaking the slider formatting so its not advised. 

    Best,

    -T


    ThemeNectar Support Team 

  • Chris replied

    Is the same true for the image height in the media only code?

  •  8,459
    Tahir replied

    You can try changing the values in Firebug to test .See  www.woothemes.com/videos/how-to-use-firebug-to-mod...

    Best,

    -T


    ThemeNectar Support Team