Home Forums Pro Themes Easy Commerce Pro Text color in Featured section right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182193
    Linda Erlam
    Participant

    How do I change the title text color in the featured section, right?
    https://bigwristbracelets.com

    #182196
    sanam
    Keymaster

    Hello, @LINDAJERLAMGMAIL-COM
    Please use the below CSS on is for the title and another one is for content.

    .featured-section-right .widget-title {
    color: #A52A2A;
    }

    .featured-section-right .textwidget,
    #featured-section a {
    color: #A52A2A;
    }

    You can use the below link for color code reference.
    https://www.computerhope.com/htmcolor.htm

    Regards,
    Themepalace

    • This reply was modified 1 year, 11 months ago by sanam.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.