how do I change color in this theme

Discussion in 'HomeBuilder WordPress Theme' started by sandradohn, Sep 14, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, How do I change the color in the text on the home page to red . I have attached screen shots of the text I am speaking about....Thanks, Sandra
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Sandra,

    To change the color of the menu text, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu li.current-menu-item a, #menu li.current_page_item a {
        color: #fd0100;
    }
    .table span span {
        color: #fd0100;
    }
    And for the menu ticker color & other changes, We need WordPress admin credentials.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    I will send you the login as requested. Here is a screenshot of after I added the css code. Thanks, Sandra
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Please check your email, we haven't received your credentials yet.
     
  5. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    I sent them. I will resend now. Thanks, Sandra
     

Share This Page