• Resolved Naveen Kumar

    (@naveenparmuwal)


    Logo and author image not showing on amp posts.

    Can you please provide CSS to custom logo, font size, spacing of heading and content for amp posts?

    please find Support UUID:- ampwp-176d0baa-96b8-5845-8bc5-fcc8f72209c0

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @naveenparmuwal

    Thank you for reaching out to us, As we checked your site data it seems you are using JNews Theme, JNews uses custom templates for AMP pages. So it will be best to contact JNews Theme support as they can provide the best guidance regarding their custom AMP templates.

    Thread Starter Naveen Kumar

    (@naveenparmuwal)

    Can you please provide CSS to custom logo, font size, spacing of heading and content for amp posts?

    Plugin Support Milind More

    (@milindmore22)

    Hello @naveenparmuwal

    As I mentioned before, We are not sure how Jnews theme handles custom templates for AMP pages, so it will be best to take guidance from them.

    We will provide you guidance considering you are using Legacy theme, but they might not be fully applicable because of custom templates by JNews.

    Regarding your logo, we saw that below CSS is affecting your mobile view.

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
    .amp-wp-header .jeg_mobile_logo {
        background-image: url((unknown));
        background-size: auto 40px;
    }

    Remove the background-image: url((unknown)); it should fix your logo issue, if you want to change your logo, please refer to our documentation

    you can try using the amp_post_template_css filter to add custom CSS to your legacy theme, You can learn more about it from our documentation

    We hope this helps!

    Plugin Support Milind More

    (@milindmore22)

    @naveenparmuwal As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo and author image not showing’ is closed to new replies.