how to change color of text in theme?

Discussion in 'VideoMember WordPress Theme' started by sandradohn, Aug 22, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Can you let me know how to change the text color on this theme? I have included a screenshot of the text I want to edit. Thanks, Sandra
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

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

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

    Code:
    .post_title.home {
        color: #008000;
    }
    .content h1 span a {
        color: #008000;
    }
    .tabs .tab_menu_container ul li a.current {
        color: #008000;
    }
    .featured-post-desc h6.title a {
        color: #008000;
    }
    Hope this helps...!

    Regards!
    Akbar
    InkThemes.com
     

Share This Page