Changing Text color in third section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538965
    Damon Hancock
    Participant

    How do I change the text color in the third section i.e. Second feature Section?

    #539739
    J. Davis
    Keymaster

    Hi Damon,

    You can try to add the style below to Appearance>Customize>Additional CSS or to style.css file of your Child Theme:

    .third-section .section-description{
        color: #808080;
    }

    Best regards,
    John

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