Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #396043

    I just activated a transparent header on my site. Everything is working well except I need some help modifying a couple of things:

    1. Make font weight for main menu items bold. Preferable font-weight: 900 so these items are more visible.
    2. Adjust opacity of black background on menu dropdown so it has the same opacity as the header at 0.2
    3. You helped me make it so that when the menu items are hovered with the mouse, the hover color is #2c5b9c and the active menu item remains at #2c5b9c. This works great except when I go to a page on one of the dropdown tabs then all of the menu items show up in #2c5b9c How can I make it so that the main menu item at the top has the active color of #2c5b9c and the specific page on the dropdown menu has the active color of #2c5b9c but the rest of the menu items remain white until they are hovered over. Hope that makes sense. Here is the code that was used:

    /* Menu item hover and current-menu-item color */
    #top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item a .avia-menu-text{
        color: #2c5b9c !important;
    }

    4. On my blog page I activated the transparent and glass header but the header remains the original style. Is it not possible to activate the transparent and glassy header on this page?

    I have attached images for each item. Thanks in advance!

    #396149

    Hello,
    You can set some properties of the main menu links under Advanced styling. There you can select this element and change the properties.

    I also has the problem that the transparent Header is not shown up on a page.

    Best regards,

    Tjaard

    #396153

    2. Have you tried clicking up the menu dropdown on the web browser, going to inspect element and find which class to edit?

    #396155

    Hello,

    I have inspected the element of the header in Chrome. I added there for the header: color: transparent; but that had not the right effect.

    #396910

    Hi!

    @djshortkut:

    1. Add this:

    .avia-menu-text {
        font-weight: 900 !important;
    }

    2. Update this part to::

    /* Submenu background, border and shadow */
    .header_color .main_menu ul ul{
        background: rgba(0,0,0,0.2)
    }
    #top .av_header_transparency .main_menu .menu ul li a{
        background: transparent;
    }
    #top .av_header_transparency .sub-menu a {
        border: 0 !important;
        box-shadow: none !important;
    }

    3. Update this part to:

    /* Menu item hover and current-menu-item color */
    #top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item > a > .avia-menu-text{
        color: #2c5b9c !important;
    }

    4. Can you please create us a WordPress administrator account? post it here as a private reply.


    @TjaardHeikens
    , can you post a link to your site?

    Best regards,
    Josue

    #396947

    Hey!

    1.) I think your menu font is already bold and 900, but to make sure you can use this code:

    .av-main-nav > li > a {
    font-weight: 900 !important;
    }
    

    2.) Use this code:

    #top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
    background: rgba(0,0,0,0.2);
    }
    

    3.) It’s already working like you want. The submenu remains white when not hovered. Could you fix it?

    4.) Your header is transparent for me. Seems you did it already.

    Let us know when you need more help and please use different threads for different issues.

    Regards,
    Andy

    #396962
    This reply has been marked as private.
    #396974

    @TjaardHeikens, can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #396990
    This reply has been marked as private.
    #397043

    Hi Tjaard!

    Transparent header is working, problem is this color section you have at the start of the layout – http://screencast.com/t/RiRXmrlkL

    Regards,
    Josue

    #397047
    This reply has been marked as private.
    #397056

    @djshortkut, it’s not working because it is loading the default blog template, you’d need to change the blog setting to this and build the blog using ALB elements.

    Best regards,
    Josue

    #397074

    Thanks Josue, that did the trick! You can close this thread

    #397084

    You are welcome, glad to help. I’ll wait for Tjaard reply :)

    Cheers!
    Josue

    #397090

    Hello Josue,

    Now I see a green header for the page!

    Tjaard

    #397097

    Hello Josue,

    I deleted the color section and now it is fine with the transparency. I added the color section to get some space above the slider.

    Tjaard

    #397122

    Great, can we mark this as resolved?

    Best regards,
    Josue

    #397129

    Hello Josue,

    Almost. One question is how can I add some extra space above the slider?

    Tjaard

    #397149

    You can use the Separator / Whitespace element.

    Best regards,
    Josue

    #397151

    Hello Josue,

    When I add a separator then the colored header comes back!

    Tjaard

    #397208

    Hi Tjaard!

    The header doesn’t look transparent because there is a white separator behind of it. Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #397346

    Hello Josue,

    What I would like is the possibility to add more space above the slider. With a separator is doesn’t work well. Then the color comes back. A transparent separator would be the solution, I think, but is that element available?

    Best regards,

    Tjaard

    #397356

    Hello Josue,

    I solved finally by adding extra space in the layer slider. I moved everything 50px down.

    Thanks for the support. The issue can now be closed.

    Best regards,

    Tjaard

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Transparent Header’ is closed to new replies.