Change text size and color of Login & Logout.

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Dec 16, 2014.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    I need to change the color, font and text type of the "Login", "Logout" and "My Dashboard" text/link at the top of the screen.

    I need to change the color to white and make the font larger. I also want to try different type of texts. See screen attached shot.

    Also, there is a little icon next to the text. The icons are not very visible. I need to change them to white color. Can you point the location of those icons

    Kindly, assist.

    Thanks,
    Mike

    Login&Logout Text and icon.png
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_header #user_acces li a {
    color: #FFFFFF;
    font-size: 16px;
    }
    Change color and font-size according to your need in above code.
    That images are stored in images folder of theme with the name of login-key.png, logout-icon.png, and dashboard-icon.png.
    You can change their size and color by any image editing software.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page