Blog Post and Feature Image - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Blog Post and Feature Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18468
    julia
    Participant

    Please check my website:http://test.k2rentals.com/profiles/dr-robert-alexander/

    The feature image is too big. How to fix it?
    On the bio page, there is blog date, looks random. I want to get rid of it.
    Can you help me with it, please?
    Thanks!

    #18477
    acmesupports
    Moderator

    Hello julia,
    Please add the below css codes on Appearance > Customize < Additional CSS and check that page again. Hope this will work for you.

    .page .post-thumb img {
       width: auto !important;
    }

    If the above provided css doesn’t work, let us know. We will provide you the alternative solutions as well.

    Warm Regards
    Acme Supports

    #18586
    julia
    Participant

    Hello,

    Thank you very much!
    .page .post-thumb img {

    width: auto !important;

    }
    It does not work.
    But I set:
    .post-thumb img {

    width: 40%;

    }
    It works.
    Another question: How to get rid of the date below the image?
    I also replace the logo image. Every time when http://sandiegoartsymposiums.com/ loads, the three section(mission/value/About Us) are loading funny. It takes a while to be normal.
    Do you know how to fix it? Before I replaced the logo image, I set it as Text. It was loading fine.
    Thanks!

    #18588
    acmesupports
    Moderator

    Hello julia,
    First we request you to update the theme on the latest version. Before updating the theme, keep the files and database backup as well. This theme have one click updates available. So make sure you added the license on your site. If you don’t have look this blog post to know how to set the theme license on theme. And you need to know the Child Theme and its Importance as well before updating the theme.
    Let us know if you have any confusion.

    Add the below css codes on Appearance > Customize > Additional CSS
    1. Removing date:

    .content-wrapper .entry-header {
        display: none;
    }

    2. For Weird Column.

    .navbar-header {
        position: absolute;
        z-index: 1;
    }

    Hope the above provided CSS will solve your problem.

    Warm Regards
    Acme Supports

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