Fonts

Home Support Blog Zone Fonts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #498
    Anonymous
    Inactive

    I am using a plugin so that it is easier to read. The main part of the posts are good, but any bullet point or numbered items I have won’t change. In addition, the links and “read more” are very tiny. How can I change it?

    This is the website: https://destinationtemptation.com/

    #500
    ProDesigns
    Keymaster

    Hi @hazeleyez3,

    You can use custom CSS to override style of theme.

    Please login to wp-admin, go to Appearance >> Customize >> Additional CSS and add following CSS:

    a.read-more {
        font-size: 20px!important;
    }

    This will change font size of read more text. You can use custom CSS to override other style too.

    Thanks!!!

    #17707
    Anonymous
    Inactive

    Thanks for sharing it

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.