Home › Forums › Air WordPress Theme › Size of the font of the primary menu items
- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by
SeaTheme.
-
AuthorPosts
-
August 22, 2019 at 9:46 pm #19297
Hello! Thanks a lot for your theme!
I would like to ask you two questions related to the primary menu:
(FYI: my URL is: http://www.jorgeconesa.com)1) How can I to change the font size of the items under MENU> Works. (in my case: Tibetan plateau, Chinese cities, etc…) I would like all the list to be a few points smaller
2) After clicking on “MENU”, when there are three elements: Works, contact, buy prints; “Works” seems to remain underlined even when the pointer is not over it. Also, when the pointer is over the word “works” the finger indicating that it is clickable does not appear. How can I fix this?
Thanks a lot!!!
Jorge
August 23, 2019 at 12:37 am #19301Hi, thank you for purchasing our theme.
1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
#navi ul ul a { font-size: 22px; }2. The underline will show on current page, if you don’t want it, please add cutom CSS:
#navi_wrap a:hover:before, .footer-menu a:hover:before, .socialmeida-text:hover:after, #navi li.menu-item > a:hover:before, .gallery-link-a:hover:after, .pagenums .tw-style-a:hover:after, .nav-tabs > li > a:hover:after, #navi_wrap .current-menu-item a:before, .footer-menu .current-menu-item a:before, #navi li.menu-item.current-menu-item > a:before { opacity: 0; }Please add the custom CSS to fix cursor ico:
.menu-item-has-children > a { cursor: pointer; }Regards!<br>
SeaTheme – SeaTheme.net – Twitter – FacebookAugust 23, 2019 at 4:23 pm #19307Hi!
Thanks a lot! the code to reduce the font and fix the cursor has worked perfectly.
I’m still having problems with the underline, though:If I add the code that you have provided the word over which I place the cursor is not underlined (it just underlines for a second when you place the cursor over it and move it away; however that momentary underlying does not happen in “works”). You can see what I mean in my URL: jorgeconesa.com (now the code you provided is active)
What I’d like is that the response of “MENU>works” is the same one that the rest of the items had before I customized the CSS (the words get underlined as you place the cursor over them).
Thanks a lot, and sorry for the misunderstood!!Cheers,
Jorge
August 24, 2019 at 12:48 am #19314Please remove the custom CSS:
#navi_wrap a:hover:before, .footer-menu a:hover:before, .socialmeida-text:hover:after, #navi li.menu-item > a:hover:before, .gallery-link-a:hover:after, .pagenums .tw-style-a:hover:after, .nav-tabs > li > a:hover:after, #navi_wrap .current-menu-item a:before, .footer-menu .current-menu-item a:before, #navi li.menu-item.current-menu-item > a:before { opacity: 0; }Add the custom CSS:
#navi_wrap .current-menu-item a:before, .footer-menu .current-menu-item a:before, #navi li.menu-item.current-menu-item > a:before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); transform: scaleX(0); } -
AuthorPosts
- You must be logged in to reply to this topic.
