Comments 13AH started the conversation6 days ago on Tuesday at 2:59pmHello Salient Team,Can you please advise how to implement a border radius (e.g. 10px) to create a flip box with rounded corners?Thanks!- J. 328Noah replied6 days ago on Tuesday at 10:33pmHi J., Thank you for reaching out. This can be done with a custom CSS snippet. Please add the following code to your Salient > General Settings > CSS/Script Related > Custom CSS Code box: .nectar-flip-box, .nectar-flip-box .flip-box-front, .nectar-flip-box .flip-box-back { border-radius: 10px !important; } Give it a try and let us know how it goes. Best wishes,Salient Support 13AH replied6 days ago on Tuesday at 11:30pmThanks, Noah!And if we want to target the code to this page, how would we amend the CSS?https://readingpartnership.com/teaching-our-children-to-read/- J. 328Noah replied6 days ago on Wednesday at 12:29amHi J., Thank you for getting back to us. You can target an individual page using its class name found in the body tag. For the page you shared, the class name identifier is “page-id-3300.” Hope this helps! Please let us know if you need any further assistance. Thanks again,Salient Support Sign in to reply ...
Hello Salient Team,
Can you please advise how to implement a border radius (e.g. 10px) to create a flip box with rounded corners?
Thanks!
- J.
Hi J.,
Thank you for reaching out.
This can be done with a custom CSS snippet.
Please add the following code to your Salient > General Settings > CSS/Script Related > Custom CSS Code box:
Give it a try and let us know how it goes.
Best wishes,
Salient Support
Thanks, Noah!
And if we want to target the code to this page, how would we amend the CSS?
https://readingpartnership.com/teaching-our-children-to-read/
- J.
Hi J.,
Thank you for getting back to us.
You can target an individual page using its class name found in the body tag. For the page you shared, the class name identifier is “page-id-3300.”
Hope this helps! Please let us know if you need any further assistance.
Thanks again,
Salient Support