This topic has 9 replies, 4 voices, and was last updated 6 years, 11 months ago ago by Riffaz
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
Hello,
Add the following custom in Custom CSS
.portfolio-item-inner .portfolio-image img {
width: auto;
margin: auto;
}
Regards
Ok, but now appear a red backgroud below each portfolio image.
You can see this here: http://colombraro.com.ar/newsite/index.php/portfolio/
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
Hi, thanks for your answer but it didn’t work. I added that code to styles.css but i can’t see any change
Please change this code
.portfolio-item .portfolio-image {
background-color: transparent;
}
to:
.portfolio-item .portfolio-image {
background-color: transparent !important;
}
Regards
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/
I solved it, thanks anyway!
You are welcome.
do not hesitate to ask if you have any other questions (in a new post/topic)
– Regards,
You must be logged in to reply to this topic.Log in/Sign up