• Resolved Ajay

    (@iajaysinghbisht)


    Hello, I want to have a different colour for the post title and the post text. How do i do change it ?
    Any help will be highly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please post the link of your website so that we can help you out.

    Thread Starter Ajay

    (@iajaysinghbisht)

    Hello CMSHelpLive.
    Here is my website : CrapCurry

    To change the color of the post title, add the following code in the custom syylesheet:

    #post h1{
    color:#give your desired color code here;
    }

    To change the color of post content, add the following code in the custom stylesheet:

    .post-content{
    color:#give your desired color code here;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change text color’ is closed to new replies.