Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #253458
    detrog1980
    Participant

    Hello,

    I can’t seem to change the font color in a post. For example, I tried to use bold in a post and it’s not working. I can’t figure out what’s happening.

    Thanks

    #253496
    Skandha
    Participant

    @detrog1980: Hello there,
    Please post in your site URL and let me know which post you are referring to.

    Kind Regards,
    Skandha

    #253529
    detrog1980
    Participant

    Here is the link:

    http://christcenteredchange.com/where-is-your-hope/

    The headings before each of the paragraphs are supposed to be “bold”, but they are not showing up as bold in the post.

    Thanks for looking into it.

    #253533
    Skandha
    Participant

    @detrog1980: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    strong {
        font-weight: 600 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253598
    detrog1980
    Participant

    Yes, that worked! What do I have to do to make other things work like “italics.” Any reason why we have to use the additional css?

    #253607
    Skandha
    Participant

    @detrog1980: Hello there,
    You will need to use Additional CSS to make changes to the front end as the options is not available in the customizer.

    Can you let me know which text you would like to make italic?

    Kind Regards,
    Skandha

    #253640
    detrog1980
    Participant

    Hi,

    I just posted a new blog post and the first two line should be in Italics.

    http://christcenteredchange.com/redeeming-the-quarantine-spiritual-growth-in-a-time-of-isolation/

    Also, is there a way to always default the text to “black.” It seems the default show up as a light grey and I always have to change the text color.

    Thanks!

    #253641
    Skandha
    Participant

    @detrog1980: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .has-text-color.has-black-color em {
        font-style: italic;
    }
    .has-text-color {
    	color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253645
    detrog1980
    Participant

    Yes, that worked. In the same post you will see I created a bulleted list. The font color is defaulted to a light grey, how do I get that changed to black.

    #253699
    Skandha
    Participant

    @detrog1980: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    li {
        color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253700
    detrog1980
    Participant

    That worked

    #253723
    Skandha
    Participant

    @detrog1980: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fonts in post’ is closed to new replies.