-
AuthorPosts
-
March 23, 2016 at 2:51 pm #602529
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
March 23, 2016 at 4:33 pm #602613Hi 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!
JordanMarch 23, 2016 at 4:44 pm #602616Find info
March 24, 2016 at 10:56 pm #603491Hi!
Please add following code to Quick CSS
#header .mega_menu_title { color: white; } #top #header .avia_mega_div > .sub-menu > li { padding: 0; }
Cheers!
YigitMarch 30, 2016 at 1:45 pm #605138Hello 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
March 30, 2016 at 3:31 pm #605219Hey!
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 codeadd_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }
Best regards,
VinayMarch 31, 2016 at 11:10 am #605782I need the spaces on the side by side of the mega menu reduced
March 31, 2016 at 11:42 am #605801Hey!
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!
JosueMarch 31, 2016 at 12:10 pm #605813Thanks but still the problem exist, the spaces are huge
- This reply was modified 8 years, 7 months ago by kimogroup.
March 31, 2016 at 12:14 pm #605816Try 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;}
March 31, 2016 at 12:36 pm #605831March 31, 2016 at 12:50 pm #605834I’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.
-
AuthorPosts
- You must be logged in to reply to this topic.