Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1397133

    Hey Enfold support
    The bar above the main navigation is now blue, but should be transparent.
    Where in the settings should this be done?
    In the header (general styling) the header style is set to transparent.
    Please see print here
    https://imgur.com/MBOC9Qm

    Further I need to slider button to be:
    Font color: black
    Frame: Black
    Background: Transparent

    How can I get the frame and font to be black?

    Thx
    &
    Best regards
    Lene

    #1397200
    This reply has been marked as private.
    #1397248

    Hi,

    Thank you for the inquiry.

    We may need to inspect the site in order to provide the correct modifications. Please provide the site URL in the private field.

    To adjust the background of the top bar, please add this css code.

    #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul {
        background-color: transparent !important;
    }
    

    Best regards,
    Ismael

    #1397274
    This reply has been marked as private.
    #1397313
    This reply has been marked as private.
    #1397376

    Hi Lene,

    Thanks for giving us admin access, we have modified the code and added it to your Quick CSS:

    #top #header #header_meta, 
    #top #header #header_meta nav ul ul li, 
    #top #header #header_meta nav ul ul a, 
    #top #header #header_meta nav ul ul {
        background-color: transparent !important;
        border: 0;
    }

    Please review your site.

    Best regards,
    Nikko

    #1397410
    This reply has been marked as private.
    #1397412
    This reply has been marked as private.
    #1397565

    Hi Lene,

    I have changed the color in the top bar, in Enfold > Advanced Styling > Small bar above Main Menu > font color

    As for the bold headings, it is caused by All Headings (H1-H6) in Advanced Styling which has font-weight set to light and text transform to uppercase, I have removed it and it fixed the issue. Basically settings at the bottom have higher priority than those at the top (in Advanced Styling).

    Best regards,
    Nikko

    #1399692
    This reply has been marked as private.
    #1399739

    Hi Lene,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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