• Resolved inbalnce

    (@inbalnce)


    I have created my first blog post. The problems is that the preview chops off the featured image. I would rather skip the preview completely, and just have the full post show when the page opens, but I can’t figure out where in the CSS to change it. So I have two questions…

    1) how to remove the preview completely and go straight to the post on the page

    and/or

    2) how to change the size of the featured image box to allow for larger/different sized images.

    Thanking you in advance.
    inbalnce

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Hi,

    To hide the image completely, you can add the following css under ‘Appearance – Customize – Additional CSS’

    .attachment-university-blogthumb {display: none;}

    Thanks,
    Edy

    Thread Starter inbalnce

    (@inbalnce)

    Hi Edy,
    Thank you so much.
    Is there a way to make the image container bigger?

    Inbalnce

    Theme Author Viva Themes

    (@vivathemes)

    Hi,

    You can edit this line in ‘functions.php’ file

    add_image_size('university-blogthumb', 650, 300, true);
    like this
    add_image_size('university-blogthumb', 650, 9999);

    to allow for unlimited height.

    Cheers,
    Edy

    Thread Starter inbalnce

    (@inbalnce)

    THANK YOU EDY!!

    Thread Starter inbalnce

    (@inbalnce)

    When I try to change the css I get the following message..

    “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    Am I doing something wrong?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Image’ is closed to new replies.