Button Colours Changed Since Empire Update And Can Not Change - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Button Colours Changed Since Empire Update And Can Not Change

SS

Steve Stevenson

Template 2 years ago

Hi there, since the Empire update all the buttons have changed to grey.

I changed the template css file to add our corporate colour #055d8f but still grey:

} .btn:not([class*="btn-"]) { color: #fff; background-color: #055d8f; border-color: #6c757d; }

Help please. Steve

Joomla 3.1 www.document-genetics.co.uk

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116182

Hi there!

Sorry for your issue.

You may try the following custom code in your custom CSS either:

.btn:not([class*="btn-"]) {
    color: #fff;
    background-color: #055d8f !important;
    border-color: #6c757d;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
SS
Steve Stevenson
Accepted Answer
2 years ago #116185

Fixed it!

Thank you very much.

Regards Steve

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116195

Glad to know that and you are always welcome:)

Have a nice day!

0