Posted 6 years, 10 months ago
Hi I´m
using the quickinstall config of the unite slider and changed the preset color of the template to red.
When click on the button which are included in my slider the have a blue border on click?
Where do I change it 😉
Posted 6 years, 10 months ago
Do you need to border color change to the preset option?
Where’s the site address?
Posted 6 years, 10 months ago
This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.
Posted 6 years, 10 months ago
Try the css code below to remove box-shadow for buttons
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
box-shadow: none !important;
}
Posted 6 years, 10 months ago
Sorry but where do I have to add it?
Posted 6 years, 10 months ago
Simply add it to custom.css file located at joomla/templates/template_name/css/custom.css
Thank you
You must be logged in to reply to this topic.