Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #862116

    How do I keep the no borders, no transparency of the Minimal Header Style, but bring over the active menu indicator used in the Default Header Style?

    (Suggestion: It would be nice if the next version of Enfold would have checkboxes for these three header elements individually instead of forcing you to choose between all three elements with Default or none of the three with Minimal.)

    #862295

    Hey losalamoslabs,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #862696

    The URL of the site I’m working on is:
    http://www.myeconoair.com

    #863633

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #863635

    It wouldn’t require a lot of time at all because the design elements are already there!

    Default Header Style = borders, transparency, active menu indicator
    Minimal Header Style = no borders, no transparency, no active menu indicator

    Instead of being forced to say yes on all three or no on all three, how about a simple check box for each?

    #864034

    Hi losalamoslabs,

    From what I’m seeing now, you got it working, right? Do you still need our help?

    You can request this as a feature here.

    Best regards,
    Victoria

    #864061

    Thanks for taking a look, Victoria, I appreciate it, but what I was hoping for was active menu indicator from the Default Header Style, but no borders and no transparency. (BTW, the link for feature request doesn’t work.)

    #865059

    Hi,

    Please try adding this to your Quick CSS

    /* Active menu styles */
    #top #avia-menu .current-menu-item .avia-menu-text{
    	color:gold!important;
    }

    Here is the feature request link https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Vinay

    #865916

    Thanks for the reply, Vinay. I’m actually looking for the effect where the menu tab gets underlined at the very bottom, which happens for Default Header Style.

    #866484

    Hi losalamoslabs,

    Sorry, it was not very clear what you needed then.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .av-main-nav  .current_page_item a {
      border-bottom: gold 2px solid;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.