-
AuthorPosts
-
April 7, 2016 at 2:43 am #609270
I am trying to increase the font size of a full width submenu content element. I added this to my custom CSS, but it does not work.
#top .av-subnav-menu > li > a {
font-size: 48px;
}I am also trying to place the logo on the left side of the full-width submenu, but there is no option to add an image. Is this possible and make the image sticky with the menu?
April 7, 2016 at 7:12 am #609376Hi Hello!
To increase the secondary menu font size please use the below CSS in Enfold > General Styling > Quick CSS
#header_meta .sub_menu>ul>li>a{ font-size: 20px; }To add a logo in secondary header it takes too much time and customisation we recommend you hire a freelancer.Best regards,
Vinay-
This reply was modified 9 years, 7 months ago by
Vinay.
April 7, 2016 at 9:52 am #609455Hi Vinnie
I added the CSS but it does not increase the size of the full-width submenu text.
-
This reply was modified 9 years, 7 months ago by
Hello.
April 7, 2016 at 1:02 pm #609564Hi!
Please try using following code
.av-submenu-container a { font-size: 20px; }Regards,
YigitApril 7, 2016 at 5:35 pm #609790Hi
Neither of these codes worked.
April 7, 2016 at 8:07 pm #609842Hey!
We have added the following code
#top #wrap_all .av-main-nav ul > li > a{ font-size: 20px!important; }Please refresh the browser cache and review the site..
Regards,
VinayApril 7, 2016 at 9:28 pm #609892OK. For the menu, is it possible to create conditional menu logic so that I can show/hide menu items on certain pages? Also hide the top bar on this page?
April 7, 2016 at 10:17 pm #609898Hi
So I was able to use conditional logic with the main menu for this specific page and solved the issue.The only open issue for me now is how to remove the top bar on this page.
Thanks!
April 11, 2016 at 7:14 am #611026 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
