Change Font Color Gray to Black on text

Discussion in 'Traffica WordPress Theme' started by dchs2015, Nov 12, 2020.

  1. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    Using the Traffica Theme for several years and like it. Business people complain that much of the text is too light. It seems that the font color is set to a gray. What Custom CSS is needed to change that to Black.

    upload_2020-11-11_23-46-28.png
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .carousel-post-desc p {
       color: #000000;
    }
    Regards,
    Shemaela
    InkThemes.com
     
  3. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    That did the trick on the Post Carousel very nicely. Now the text is much more readable.

    Is there a way to make that change global - applies to the entire website?
     
    Last edited: Nov 15, 2020
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Actually, the font Color is applied according to sections but not globally.

    So you can let us know about the area where the font colour is to be changed.

    We can provide you with the CSS code with it.

    Regards,
    Shemaela
    InkThemes.com
     
  5. dchs2015

    dchs2015 Member

    Joined:
    Jul 8, 2015
    Messages:
    46
    Likes Received:
    0
    Location:
    Delaware County, Ohio, USA
    Thank you for explaining.
    What are the Sections of the Traffica Home Page? can you list them?
    What is the highest section of a Page (not Home Page) and Post?
    What would the CSS look like for those?

    Then I can make the CSS to improve the color.

    Thank you.
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You can apply the inline CSS in the theme options panel to modify the text according to you on the home page.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page