avoid rounded corners for thumbnails
-
hey
i have rounded corners for all my images on vides on my page
how can i have my project thumbnails not rounded while the rest stays rounded?[.ph{ border-radius: 10px; overflow: hidden; } .img{ border-radius: 10px; overflow: hidden; }
-
hey
i have rounded corners for all my images on vides on my page
how can i have my project thumbnails not rounded while the rest stays rounded?[.ph{ border-radius: 10px; overflow: hidden; } .img{ border-radius: 10px; overflow: hidden; }
@leandrodisler hey if you right click the thumbnail grid on the gridder and give it a class called 'noround' and then in css type in:
.noround img {
border-radius: 0px;
}That should do it.
-
hmm dont works :/
-
hmm dont works :/
@leandrodisler might be because your .ph class has border-radius, maybe try changing that to 0px? the .ph class seems to be invovled with project thumbs so might be why.
-
worked! thank you so much for your help :)
I also code custom websites or custom Lay features.
šæ Email me here: šæ
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options ā Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it