the image style in portfolio field

  • Posted in : cvCard WP
  • slu41
    Participant

    Hi, I have some questions about to change the style in the portfolio page.

    1 how to change the font and size of the section title in the field ( the words ” description, time, client” etc. )?

    2 how to change the spaces between the images inserted?

    3 and I want to add shadows to the images in my portfolio page, is there way to do that?

    Thank you!

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    .portfolio-field h3 {
        font-size: 14px;
    }
    

    2-) try this custom css code;

    .portfolio-field img, 
    .portfolio-field .fluid-width-video-wrapper, 
    .portfolio-field .media-wrap {
        margin-bottom: 20px;
    }
    

    3-) try this;

    .portfolio-field img {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }
    
    slu41
    Participant

    Thank you.

    But what if I just want images in some portfolio field have shadow while the images in other portfolio don’t ?
    for example, I want the images in the work “behind the eyes” have shadow, but the images in “sleepy games” stay flat.

    ahmetsali
    Keymaster

    sorry it is not possible by default.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register