Site logo

[Resolved] Chage font size in AMP homepage and categories

Home Forums Support [Resolved] Chage font size in AMP homepage and categories

Home Forums Support Chage font size in AMP homepage and categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1066199
    Fernando

    Hello!

    You so kindly make this CSS to make my AMP hompage and categories lool like this:

    https://monosnap.com/file/GBSXhI8lROJcpMLaGIuF9eMZoWwhNa

    Here the CSS:


    @media
    (max-width: 768px) {
    .post-image {
    float: left;
    margin-right: 1.5em;
    }

    .post-image img {
    max-width: 100px;
    }

    .entry-summary {
    display: none;
    }
    }

    How can i change the font size only in this CSS, i mean without changing H2 in the post? And how do I add a little excerpt?

    Is not urgent.

    Thank you in advanced

    #1066671
    Tom
    Lead Developer
    Lead Developer

    If you install GPP 1.9.0, you’ll see we have new typography option for the archive titles: https://generatepress.com/gp-premium-1-9-0/

    To show the excerpt, remove this part of the CSS:

    .entry-summary {
        display: none;
    }

    Let me know if you need more info 🙂

    #1067110
    Fernando

    Thank you so much!

    It worked perfecty, as usual.

    #1067614
    Tom
    Lead Developer
    Lead Developer

    Glad I could help 🙂

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