Border Button - Question | JoomShaper

Border Button

MN

Marek N

General 4 months ago
0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #143768

Hi

Thanks for contacting us. Use this CSS in your custom.css file

#sppb-addon-tU1ZVfV6iEx_88KBMlpzk #btn-tU1ZVfV6iEx_88KBMlpzk.sppb-btn-custom{
    border: 1px solid #fff;
}

-Regards.

0
MN
Marek N
Accepted Answer
3 months ago #144066

How to make for everyone

sppb-btn-custom

or

https://prnt.sc/7IoOEVd7z1S2

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #144123

Could you please mention which button you want to change? Because it has a different class name.

0
MN
Marek N
Accepted Answer
3 months ago #144139

I would like to have all custom buttons

https://prnt.sc/YAyi8oWDT-mJ

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #144261

Use this custom CSS in your custom.css file

#sppb-addon-1688720211543 #btn-1688720211543.sppb-btn-primary{
  border: 2px solid #cb1d1d;
}
#sppb-addon-tU1ZVfV6iEx_88KBMlpzk #btn-tU1ZVfV6iEx_88KBMlpzk.sppb-btn-custom{
    border: 1px solid #fff;
}
#sppb-addon-W0PL-BB6HkXAwtpsILXA_ .sppb-form-builder-btn button{
   border: 1px solid #cb1d1d;
}
0