Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    what you need is this

    #wprmenu_menu ul li a{
      font-size: 16px !important;
    }
    Thread Starter Rudiculous

    (@rudiculous)

    Ok great, thanks a lot.

    If I open my website and see the source, I see many CSS is inplanted into the HTML of the site and it is coded vertical:

    <style id=”wprmenu_css” type=”text/css” >
    /* apply appearance settings */
    #wprmenu_bar {
    background: #0D0D0D;
    }
    #wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
    color: #ffffff;
    }
    #wprmenu_menu {
    background: #2E2E2E!important;
    }
    #wprmenu_menu.wprmenu_levels ul li {
    border-bottom:1px solid #cccccc;
    border-top:1px solid #0D0D0D;
    }
    #wprmenu_menu ul li a {
    color: #ffffff;
    }
    #wprmenu_menu ul li a:hover {
    color: #606060;
    }
    #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left:1px solid #0D0D0D;
    }
    #wprmenu_menu .wprmenu_icon_par {
    color: #ffffff;
    }
    #wprmenu_menu .wprmenu_icon_par:hover {
    color: #606060;
    }
    #wprmenu_menu.wprmenu_levels ul li ul {
    border-top:1px solid #cccccc;
    }
    #wprmenu_bar .wprmenu_icon span {
    background: #ffffff;
    }

    #wprmenu_menu.left {
    width:50%;
    left: -50%;
    right: auto;
    }
    #wprmenu_menu.right {
    width:50%;
    right: -50%;
    left: auto;
    }

    /* show the bar and hide othere navigation elements */
    @media only screen and (max-width: 768px) {
    html { padding-top: 42px!important; }
    #wprmenu_bar { display: block!important; }
    div#wpadminbar { position: fixed; }
    #phone_top,#nav-container1,#nav-container2,#nav-wrap1,#nav-wrap2,#fp_logo,#logo,.main-nav,.secondary-nav { display:none!important; } }
    </style>

    Because I like really fast loading websites, especially on mobile, I would like to ask you for the next update to make this code on 1 line, so make it horizontal. It is much faster loading.

    Is this possible?

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi Rudiculous,

    Thanks for the suggestion. I would definitely implement this on the next version of the plugin.

    Regards
    – Nirmal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size Links’ is closed to new replies.