Slider quickinstall config

Home Forums Support Slider quickinstall config


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 😉


Do you need to border color change to the preset option?

Where’s the site address?


This reply has been marked as private, meaning that only the original poster and forum moderators can see the content of the reply.

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;
}

Sorry but where do I have to add it?


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.