Home Forums Air WordPress Theme Size of the font of the primary menu items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19297
    jorgeconlar
    Participant
    Purchased
    Expired

    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

    #19301
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, 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.netTwitterFacebook

    #19307
    jorgeconlar
    Participant
    Purchased
    Expired

    Hi!
    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

    #19314
    SeaTheme
    Keymaster
    Purchased
    Expired

    Please 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);
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.