This topic has 6 replies, 2 voices, and was last updated 9 years by matt88.

  • Author

    Tagged: 

  • #21225
     matt88
    Participant

    How do I change the text color (see attachment). The default color is too light and very hard to see on a white background. I used a snapshot of a page on my site for reference. I tried all of the options in Theme Options–>Styling

    Attachments:
    You must be logged in to view attached files.
    #21256
     Catalin
    Moderator

    Hello,

    You need to add the following code to the style.css file from the child theme folder of the theme:

    COPY CODE
    
    
    .breadcrumb>li+li:before
    {
      color: #xxx !important;
    }
    
    .breadcrumb li span
    {
      color: #xxx !important;
    }
    
    div.post-content .post-header .post-meta, 
    div.post-content .post-footer, 
    div.post-content .post-header .post-meta small a,
    div.post-content .post-footer small a,
    div.post-content .post-footer small a span
    {
      color: #xxx !important;
    }
    
    

    where #xxx should be replaced with the color code you want.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #22801
     matt88
    Participant

    OK Thanks. Do I replace or delete anything or just add it somewhere. If I add it does it matter where.

    #22841
     Catalin
    Moderator

    you need to add the code in style.css from the child theme folder

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #23032
     matt88
    Participant

    Can I paste it in Theme options.–> General settings.–> Quick css box.

    #23039
     Catalin
    Moderator

    yes, you can add the code there too.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #23127
     matt88
    Participant

    thanks catalin

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Changing Text Color’ is closed to new replies.

Log in with your credentials

Forgot your details?