How to change the way text is displayed in pages and posts?

Discussion in 'BlackBird WordPress Theme' started by gcsmithbmc, Nov 14, 2015.

  1. gcsmithbmc

    gcsmithbmc Guest

    Joined:
    May 11, 2015
    Messages:
    4
    Likes Received:
    0
    Hello,

    By default, Wordpress uses a subdued display for text. Not stark, black, but rather softer, more subdued text. I want a stark, bright text display that people can see and read.

    Can you tell me how to accomplish that?

    Thank you,
    Garland Smith
     
  2. nitin

    nitin Guest

    Hi Garland,

    Greetings from InkThemes,

    Sorry to say but I didn't get your issue. Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. gcsmithbmc

    gcsmithbmc Guest

    Joined:
    May 11, 2015
    Messages:
    4
    Likes Received:
    0
    If you go to http://speakpromotegrow.com/speak-promote-grow/ and look at the text, it is soft and greyish. This seems to be the typical way that WordPress displays text. I want to know if there's any way to change the display so that it is crisp, stark and easy to read.

    Thank you,
    Garland Smith
     
  4. priya

    priya Guest

    Hello Smith,

    Greetings from InkThemes!

    It seems that you want to change color of the text so that they can be easily readable.

    So, if I am not wrong with your expectation, you can paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth p {
        color: black !important;
    }
    Note: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. gcsmithbmc

    gcsmithbmc Guest

    Joined:
    May 11, 2015
    Messages:
    4
    Likes Received:
    0
    Thank you. That worked for full-width pages. Is there a setting for ALL posts and pages?
    Garland Smith
     
  6. priya

    priya Guest

    Hello Smith,

    You can use the code given below in Custom CSS field of your dashboard.
    Code:
    .home_container p {
        color: black !important;
    }
    .page-content p {
        color: black !important;
    }
    Hope it will resolve your issue

    If still will face the same issue, please explain us with some edited screenshots.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page