Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #961981

    Hi. Im choosing transparent on the page, but I stil get some colored blocks around the main menu links. Maybe because I am using the constructor demo?

    I have build a lot on the page, so to reload another demo is not the best option =)

    And how do I get rid of the thin white border line?

    Thanks in advance.

    main menu, blocked

    #962083

    Hey darkfashion,
    We can help with this, but it would be much easier if we could see the page to assist with the correct code.
    Please include Please include the url to the page in question so we can take a closer look.
    If it is in maintenance mode, then also include a login in the Private Content area.

    Best regards,
    Mike

    #962753

    Awesome!

    And also if you can point me to what session I can change the fonts on the menu under “advanced styling / Select an element to customize”.

    I tried the “main menu links” without any success.

    #963595

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header .av-main-nav > li > a {
        background-color: transparent !important;
    }
    
    #avia-menu .avia-menu-text {
        color:#000 !important;
    }

    Best regards,
    Rikard

    #963602

    Thank you Rikard, but it didn’t help.

    #964025

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-main-nav ul > li > a,.header_color .main_menu ul ul {
            background-color: transparent!important; 
    }
    .header_color ul,.header_color span,.header_color div,#top .av_header_transparency #header_meta li,.header_color a {
        border-color: transparent !important;
    }

    Best regards,
    Mike

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