Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #217677

    Hi – a few questions about the blog. Is there a way to have the blog posts default to have no photo, just the title, teaser and link to read more?

    Also, on the blog posts feature that you can add to pages, the featured image for the blog shows up, which I want, but I don’t want the hover to view it larger option, I just want the flat photo. How would I do this? Also, is there a subscribe to blog option, or a plugin that you’d recommend for that?

    Lastly, on the homepage icons, is there a way to make the icons themselves link or can it just be the copy underneath them?

    Thank you so much!
    EK

    #217734

    Hi ekessler!

    1.) You can hide the featured image on the blog using this on Quick CSS:

    .small-preview, .big-preview.single-big {
    display: none;
    }

    2.) You said that you want to remove the featured images? Try this:

    .small-preview, .big-preview.single-big {
    pointer-events: none;
    }

    3.) I’m sorry but it is not clear. What home icons?

    Best regards,
    Ismael

    #218276
    This reply has been marked as private.
    #218277
    This reply has been marked as private.
    #218909

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #218916
    This reply has been marked as private.
    #218927

    Hey!

    We need to see it live in order to debug it, can you create a user who can access the site?

    Best regards,
    Josue

    #218930
    This reply has been marked as private.
    #219410
    This reply has been marked as private.
    #219821

    Hi!

    Add this on Quick CSS to remove the image overlay on featured images:

    .image-overlay {
    display: none !important;
    }

    I can’t find the button. Can you please give us the link to the actual page with the button?

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog options’ is closed to new replies.