Portfolio thumnails size - by zelener - on WordPress WooCommerce support

This topic has 9 replies, 4 voices, and was last updated 6 years, 3 months ago ago by Riffaz

  • Avatar: zelener
    zelener
    Participant
    January 12, 2018 at 15:09

    Hi,
    My portfolio images size is 154×142
    So i go to 8Theme Options >> Blog & Portfolio >> Portfolio and configure images size like this picture shows: https://imgur.com/a/giL2F

    But, images size is not changing…

    I also tried installing and activating Regenerate thumbnails plugin. I run thumbnails regeneration but it doesn’t work…

    Thanks in advance for your help

    8 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 12, 2018 at 15:45

    Hello,

    Add the following custom in Custom CSS

    .portfolio-item-inner .portfolio-image img {
        width: auto;
        margin: auto;
    }

    Regards

    Avatar: zelener
    zelener
    Participant
    January 12, 2018 at 15:56

    Ok, but now appear a red backgroud below each portfolio image.
    You can see this here: http://colombraro.com.ar/newsite/index.php/portfolio/

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 15, 2018 at 09:50

    Hello,

    Portfolio item takes bg color from the active color that you set in theme options. You may disable it

    .portfolio-item .portfolio-image {
        background-color: transparent;
    }

    but you will still have some shadow for the titles bg http://prntscr.com/i0lu8x to avoid the problem with white titled on white bg.

    Regards

    Avatar: zelener
    zelener
    Participant
    January 15, 2018 at 17:32

    Hi, thanks for your answer but it didn’t work. I added that code to styles.css but i can’t see any change

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2018 at 08:56

    Please change this code

    .portfolio-item .portfolio-image {
        background-color: transparent;
    }

    to:

    .portfolio-item .portfolio-image {
        background-color: transparent !important;
    }

    Regards

    Avatar: zelener
    zelener
    Participant
    January 16, 2018 at 18:36

    Hi, thanks for your answer. Now is much better. How can i clean (delete) this shadow?

    Please take a look at: http://colombraro.com.ar/newsite/index.php/portfolio/

    Avatar: zelener
    zelener
    Participant
    January 16, 2018 at 19:46

    I solved it, thanks anyway!

    Avatar: riffazstarr
    Riffaz
    Member
    January 17, 2018 at 06:33

    You are welcome.

    do not hesitate to ask if you have any other questions (in a new post/topic)

    – Regards,

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.