Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58260
    kingshuk
    Member

    im using simple catch child. trying to change color of some text inside pages using normal color option on page editor.. its not happening… tried with both visual text format…. http://www.targetedemaildatabase.com/faqs/

    tried in different browsers, but no luck….

    #58307
    Sakin
    Keymaster

    @kingshuk: As you have bold the text. All bold text have color code #666. So, either you need to remove that bold or you can add the following css in you child theme style.css file

    #content strong, #content b { color: inherit; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing color inside page text’ is closed to new replies.