Two questions to ask regarding user roles and font color

Discussion in 'ClassiCraft WordPress Theme' started by klsore3e, Mar 10, 2014.

Thread Status:
Not open for further replies.
  1. klsore3e

    klsore3e New Member

    Joined:
    Jan 24, 2014
    Messages:
    3
    Likes Received:
    0
    Hello, I have two questions to ask.

    First, is there a way to change the "My Dashboard" and "Login/Logout" color? I want to change it from gray to black.

    Second, when a new user signs up, it makes them a Contributor, is this normal? Shouldn't they be assigned as Subscribers? Is there a way to change this?

    Thank You,

    Kyle
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.

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

    Code:
     .top_header #user_acces li a {
    color: black;
    }
    
    2. Please follow the instruction given below in the image

    subs.png




    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

  3. klsore3e

    klsore3e New Member

    Joined:
    Jan 24, 2014
    Messages:
    3
    Likes Received:
    0
    Thanks for the reply, Gourav! This helped me out a lot.
     
Thread Status:
Not open for further replies.

Share This Page