• Hello everyone,
    I’m quite new to CSS and I would like your help.
    I’ve just created this new website, and I’m adding slowly slowly the contents.
    I wanted to smooth out the edges of the portfolio boxes (called lifestudio on pink background) to make them rounded or oval.
    Is that possible?

    https://www.lifestudio3.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now copy below code and paste into custom css editor.

    .img-wrapper {
        border-radius: 20px;
    }

    Save the changes.

    Thanks.

    Thread Starter wp7291304

    (@wp7291304)

    mhm… it’s not working…
    I’ve created now a child-theme, I activated it (and it looked exactly like the mother theme).
    In the editor there are (uploaded with filezilla):
    – home-portfolio.php
    – style.css

    the php file has html language, and css obiouvsly have css language.
    I tried both but I don’t get any result.
    Am I doing anything wrong?

    In the original style there is something like this:
    .enigma_home_portfolio_showcase {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
    .enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
    text-decoration: underline;
    }

    (and bla bla bla….)
    I think something is missing the code you sent me?
    Where exactly should I paste it?

    Thank you so much for your help!
    Roby

    https://www.lifestudio3.com/

    Thread Starter wp7291304

    (@wp7291304)

    Oh! I’m sorry, I found out what happened and solved!
    THANK YOU!

    Roby

    Thread Starter wp7291304

    (@wp7291304)

    now there is another matter:
    when I hover on those portfolio, the image become squared for few seconds. I want it rounded as well ??

    Sorry for troubling you.

    Roby

    Hi.

    There are no squared on portfolio image hover.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I smooth out the edges of portfolio boxes?’ is closed to new replies.