Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there!

    I’d be happy to help you with this.

    Do you want to make the “Leer más” text bigger and use another font?

    There is no design options to adjust that text, but you can add this to your website’s Customize > Additional CSS:

    a.post-more-link {
       font-size: 90%;
       font-family: FONT_FAMILY_HERE;
    }

    I hope this helps, and let us know if we can assist you further.

    Regards,
    Karla

    Thread Starter Ocio132

    (@ocio132)

    something like this

    https://ibb.co/9qsh66h

    Hello @ocio132

    You can add to the CSS provided by @karlalevelup. For example, the following CSS provides more styles you can update. Please let us know if this helps you.

    a.post-more-link {
        font-size: 90%;
        font-family: FONT_FAMILY_HERE;
        background-color:green;
        color: white;
        padding: 10px;
        border: black 5px solid;
        border-radius: 10px;
    }
    Thread Starter Ocio132

    (@ocio132)

    not found computer and tablet Works only on mobile

    Hello @ocio132

    The CSS is added to a media query: @media only screen and (max-width: 600px). Remove the CSS from the media query, and it will apply to screen sizes wider than 600px.

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