Top bar text size

Discussion in 'Blackriders WordPress Theme' started by nirit1, Aug 4, 2014.

  1. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Hi,
    1. I want to change the top bar font size. How do I do this?
    2. Is there a way to make the top bar wider (all the way to the side as well) ?

    http://69.195.124.135/~niritcar/

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li a {
    font-size: 12px;
    }
    #menu .ddsmoothmenu li li a {
    font-size: 12px;
    }
    
    2) For this download header.php file attached and replace it with your existing header file.

    and Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu .ddsmoothmenu{
    margin-left:20px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. nirit1

    nirit1 New Member

    Joined:
    Feb 26, 2014
    Messages:
    15
    Likes Received:
    0
    Hi
    Thank you.
    How (and where) do Ireplace the header file ?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    goto
    (Appearance -> Editor -> header.php) of your dashboard.
    replace all the text by this file.

    Thanks & Regards
    Pramod Patel
     

Share This Page