Home Forums ArileWP Pro How to change colour of the pre-defined heading text on all Blog Posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37922
    JOAQUIM PEREIRA
    Participant

    Hi,

    I would like to know how can I change the colour of the heading on all blog posts. I was able to change the colour of heading everywhere in the website, only on the blog post part I didn’t manage to do it.

    Thank you in advance.

    #37932
    themearile
    Keymaster

    Hi JOAQUIM

    Ok please add the below css code in the Additional css box. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    .theme-blog .post .entry-title a {
    color: #0b8e36;
    }

    You can change the color code as per your need.

    Thanks

    #38012
    JOAQUIM PEREIRA
    Participant

    Done! Thanks a lot for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.