Home Forums Jevelin Theme Adjusting size of portfolio image Reply To: Adjusting size of portfolio image

Home Forums Jevelin Theme Adjusting size of portfolio image Reply To: Adjusting size of portfolio image

Hi Gustavo,

 

I hope you are well today and thank you for your questions.

 

Hi, I want to reduce the size of the portfolio image as shown on each Project.

Last but not least, how can I hide the arrows -when you are on a single project? I don’t want people getting distracted.

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.single-fw-portfolio .sh-ratio-content {
    max-width: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 620px;
}

.single-fw-portfolio  .sh-ratio-container {
    padding-bottom: 0;
}

.single-fw-portfolio  .sh-portfolio-single-buttons {
    display: none;
}

 

Also, Is there a way to position the headline/ name on top of the image?

You have to develop custom code to achieve this.

 

Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

 

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

 

Best regards,
Shufflehound team