Tagged: mega menu styling
-
AuthorPosts
-
March 15, 2015 at 11:25 pm #411767
Hi,
How to remove the small arrows in the mega menu? I tried to add the code bellow (as seen in another related topic) but unfortunately it doesn’t work…
#top .main_menu .avia_mega ul ul li, #top .main_menu .avia_mega > li > ul li {
background-image: none;
display: none;
}Thank you,
ArielMarch 15, 2015 at 11:26 pm #411768My website is http://www.sos-paris-serrurier.fr and the submenu in question is ‘zone d’intervention’
March 16, 2015 at 5:31 pm #412340Hey!
Add this to your custom CSS.
.avia-bullet { display: none !important; }
Best regards,
ElliottMarch 16, 2015 at 5:45 pm #412362The bullet are gone :) … but is there a way to ‘use the blank space’ where the bullet was? Because now the text is not aligned to the title.
March 16, 2015 at 6:16 pm #412391Hi!
Please add following code to Quick CSS
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0; }
Cheers!
YigitMarch 17, 2015 at 12:26 am #412677It didn’t work… (I also tried to add it directly in the custom.css file and with the ‘!important’ tag but still no luck :( )
March 17, 2015 at 10:32 pm #413277Hey!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
YigitMarch 12, 2016 at 7:34 pm #597244Hi Yigit !
I used your code ( .avia-bullet { display: none !important; } ) to remove arrows and it works.
But the other one ( #top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0; } ) doesn’t…
In fact, it correctly works when the menu titles are only text, but on my website, I put fontello icons in the menu titles ( using codes like : [av_font_icon icon='ue801' font='cinema' custom_class='bouton-dcp'][/av_font_icon] DCP ), so with your code it makes my menu appearing like “stairs”, but not aligned.
Is there a solution to ‘use the blank space’ where the bullet was? like wanted to do arielkas in this post ?One last question : is there a way to replace small arrows in the menu by fontello icons ( like I did my way ), but one icon per title in the menu ? ( Maybe using custom class in the menu titles or something like that… )
Thanks !
March 14, 2016 at 6:27 am #597547Hi @fcp,
Please post a link to your site so that we can have a closer look.
Thanks,
RikardMarch 14, 2016 at 11:27 am #597655Hi Rikard !
Here is the link…
March 16, 2016 at 6:14 pm #599069Hi!
You too please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. If that does not help, please create a temporary admin login and post it here privately.
Regards,
Yigit- This reply was modified 8 years, 8 months ago by Vinay.
March 18, 2016 at 3:59 pm #600347Hello Yigit !
March 22, 2016 at 10:09 pm #602163Hi!
Please check private message.
To create new user for us please use (Email address hidden if logged out) or one of your own email address as we only need to be able to login to check the issue.
Best regards,
Vinay KashyapApril 3, 2016 at 12:04 am #607075Hi Vinnie !
April 4, 2016 at 12:57 pm #607520Hey!
it seems that you could achieve what you want, as I can see that you are using icons inside your mega menu:
If that’s not what you want, then please show us exactly what you need. Use a mockup/screenshots to make things clear for us (imgur.com, dropbox).
Cheers!
AndyApril 4, 2016 at 1:15 pm #607539Hello Andy !
Yes I tried to do it by myself but first, my icons are not aligned with menu titles and that is what I would like to do. This is the reason why I’ve tried the code given by Yigit (#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0; }) but it doesn’t work.
And secondly, when I insert icons this way, texts next to them are not aligned together, so I added some code to adjust the padding but they are not exactly aligned on some screen (in fact it depends of the size of the screen) and anyway I think this is not the good solution.
So I would like to know if there is a better solution to insert different icons (one by button) to replace the small arrows by default in your theme.Thanks !
April 4, 2016 at 2:38 pm #607625Hi!
but the icon seems to be aligned perfectly, as shown in my screenshot. What else do you need? a mockup showing the result would help a lot.
Cheers!
AndyMay 5, 2016 at 11:11 pm #628016Hi Andy !
First, I would like to align all the icons with menu titles, like you can see on the picture attached (Imgur). I would like to align icons on the red line, exactly like small arrows are aligned in Enfold default theme.
Secondly, to make my menu appear like this, I used code for each button in the WordPress menu (example : [av_font_icon icon='ue891' font='entypo-fontello' custom_class='title1-button'][/av_font_icon] Title 1) and I applied a different custom class for each button, to try to align them together (example : .title1-button .av-icon-char {padding-right: 1px; padding-left: 1px;}).
I think my method is very complicated and the result is not so good (indeed the icons are not really aligned and it depends of screen size or browser…)So, my main question is to know if there is a better and easier way to replace small arrows of the Enfold default theme by custom icons, one for each title like I did on my website.
Thanks !
May 6, 2016 at 11:16 am #628204Hey!
if you want them to move more to the left side then use this code:
span.av_font_icon.avia_animate_when_visible.av-icon-style-.bouton-pad.av-no-color.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation { position: relative; left: -11px; }
and adjust as needed.
But to be honest your icons look totally good to me and I can’t see any issue. A mockup showing the results you want to achieve would help a lot.
Cheers!
AndyFebruary 7, 2018 at 6:03 pm #909329This reply has been marked as private.February 8, 2018 at 4:48 am #909562Hi,
Please use this css code instead.
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 3px 12px 3px 0; }
Let us know if it helps. If it’s not working, please create a new thread and put the login credentials in the private field.
Best regards,
IsmaelFebruary 8, 2018 at 5:07 pm #909844This reply has been marked as private.February 8, 2018 at 5:08 pm #909845This reply has been marked as private.February 8, 2018 at 5:13 pm #909852This reply has been marked as private.February 11, 2018 at 11:51 pm #910826 -
AuthorPosts
- You must be logged in to reply to this topic.