Cant Change Button Border On Focus - Question | JoomShaper

Cant Change Button Border On Focus

GM

Garrett McDaniel

Template 1 year ago

I have checked all the addon properties and cannot seem to find where to change this blue border when the button is focused or clicked.

Tried using this custom css from previuos post and worked temporarily, but is no longer effective.

.sppb-btn.focus, .sppb-btn:focus { box-shadow: 0 0 0 3px rgb(0 255 99 / 25%); }

Template: Helix Ultimate SP Page Builder Pro 3.8.8 Joomla 4.2.2

URL- www.tdi.services

https://www.tdi.services/images/blueborder.png

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #85401

Hi

Use this custom CSS and change the color which you want

.sppb-btn.focus, .sppb-btn:focus{
    box-shadow: 0 0 0 3px rgb(149 255 0 / 25%) !important;
}

Note: Path towards Custom css for Joomla 3 Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Custom css for Joomla 4 Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #85374

Hello

Thank you for sharing the screenshot. Could you please provide your admin access? Use the hidden mode to share the log in credentials.

0
GM
Garrett McDaniel
Accepted Answer
1 year ago #85390

I have update the original post with access. Thank You

0
GM
Garrett McDaniel
Accepted Answer
1 year ago #85405

Im sorry, this was not effective. No change

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #85571

Please use my CSS on your custom.css file

0
GM
Garrett McDaniel
Accepted Answer
1 year ago #85592

I put in Custom.css and there is still no change.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #85706

It seems working on my end could you please check again?

https://prnt.sc/UEpBr6TY6Yeu

0
GM
Garrett McDaniel
Accepted Answer
1 year ago #85710

It is working now. Thank You!!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #85712

You are most welcome.

0