Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #602529

    Menu Image

    Look at the menu above i have a lot of spacing, who do i reduce?

    the font are suppose to be white but when i change it at the advance editing its still shows black

    Thank You

    #602613

    Hi kimogroup!

    Thanks for reaching out to us!

    Could you please provide a link to your site so we can have a closer look. You can place the information in the Private Content section of your reply.

    Cheers!
    Jordan

    #602616

    Find info

    #603491

    Hi!

    Please add following code to Quick CSS

    #header .mega_menu_title {
        color: white;
    }
    #top #header .avia_mega_div > .sub-menu > li {
        padding: 0;
    }

    Cheers!
    Yigit

    #605138

    Hello guys, i need a bit of help with my Menu

    I have a Menu, i want one of the menu navigation to link to a sub domain but that has been done but i want when clicked it should open a new tab and also the logo in the sub domain should be linking back to the main domain

    #605219

    Hey!

    Please go to Appearance > Menu > Screen Options (on top right) > Link Target (Select)

    Once the above is done you get an extra option in the menu called link target please select new window

    On the sub domain to change the logo link go to appearance > Editor > functions.php
    add the following code

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://kriesi.at";
        return $link;
    }

    Best regards,
    Vinay

    #605782

    I need the spaces on the side by side of the mega menu reduced

    #605801

    Hey!

    Try adding this code to the Quick CSS:

     #header .three.units{width:225px;} #header .six.units{width:450px;} #header .nine.units{width:675px;} #header .twelve.units{width:900px;}
    

    Cheers! 
    Josue

    #605813

    Thanks but still the problem exist, the spaces are huge

    Screenshot

    • This reply was modified 8 years, 7 months ago by kimogroup.
    #605816

    Try with this code instead;

     #top #header .three.units{width:225px;} #top #header .six.units{width:450px;} #top #header .nine.units{width:675px;} #top #header .twelve.units{width:900px;}
    
    #605831
    #605834

    I’m not seeing the code being added, it should look like this:

    Try adding it again but refresh a few times so it refreshes the file.

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