Would like navigation menu text to be larger

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Jul 21, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like the navigation menu text only to be larger, like a size 16
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    For your information, we are using cufon.js in RoadFighter theme which convert text into images.
    So, first you have to disable cufon.js.

    Please follow the screenshot given below to disable it.
    roadfighter_cufon_disable.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
      font-size: 16px !important;
    }
    Thanks,
    Praveen
     

Share This Page