-
AuthorPosts
-
March 24, 2015 at 11:04 am #416984
.
- This topic was modified 9 years, 7 months ago by alfaweb2.
March 24, 2015 at 11:38 am #417001Good day,
We have just installed the update Enfold 3.1.1.
we have a problem with the view – – Product – Mega Menu – Line spacing is incorrect.
Where can this be changed?
Thanks for an answer.
Best Regards
Jessica
March 25, 2015 at 4:50 am #417545Hi!
1. You could try editing your header.php file to order the items in the way you like. Make sure to use a child theme to not lose your edits.
2. Not sure what you mean, do you want to show mobile menu icon all the time? Please explain a bit further if I’ve misunderstood you.
3. You can comment CSS like this: /* your commented code */
4. That should be possible to achieve with CSS
Do you have a link for the site in question please? Screenshots highlighting the issue would also help.
Regards,
RikardMarch 25, 2015 at 9:57 am #417633March 25, 2015 at 10:45 am #417653This reply has been marked as private.March 25, 2015 at 10:46 am #417656This reply has been marked as private.March 26, 2015 at 11:04 pm #418887Hi!
when you go to Appearance->Menu and open the menu in question, then you can also insert HTML code or shortcodes as menu names. For example you could try something like this:
[av_font_icon icon='ue811' font='entypo-fontello' size='40px' position='left' color=''][/av_font_icon]
This shortcode will use an icon from http://fontello.com/. You can choose whatever icon you want and adjust size etc. as needed.
4.) For what exactly do you need the overlay effect? for hovering over an image? if yes go with this code:
.image-overlay:hover { opacity: 0.5 !important; }
and adjust as needed.
Cheers!
AndyMarch 31, 2015 at 3:09 pm #421180Ok so i changed the name of my MAINMENU (Enfold Child Menu) to [av_font_icon icon='ue811' font='entypo-fontello' size='40px' position='left' color=''][/av_font_icon]
But there is no icon displayed? did i something wrong?April 1, 2015 at 12:44 pm #421847Hi!
You have to edit the menu item navigation label not the menu name.
Cheers!
IsmaelApril 1, 2015 at 1:43 pm #421865Sorry my mistake. i have changed it but it don`t work. http://i.imgur.com/e8RD4L3.jpg
http://www.alfaweb.at/test/ Can i get this look or kind of? http://i.imgur.com/ykFoA4x.jpg
April 2, 2015 at 4:34 pm #422586Hi!
Your trying to change the menu label to an icon? You currently have it set in the title attribute which is not going to do anything.
Try adding this to the label.
<img src = "URL to your icon" />
Or you could try something like this if you want to use the entypo icons.
<span class = "custom_menu_icon"></span>
And then some CSS like so.
.custom_menu_icon { font-family: 'entypo-fontello'; content: "\e824"; }
Best regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.