Edit Frontend Button Background - Question | JoomShaper

Edit Frontend Button Background

HB

Holger Busch

Template 1 year ago

I am using helix ultimate with joomla 5 and set my major colors to green in the template options. The "edit" button for articles in the frontend have a blue background and the font is white. How can I change this style? Thanks.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #171906

Hi there!

Thanks for reaching out.

Did you mean this edit button?

https://share.cleanshot.com/3khCw8q6

Then the following code snippet in your custom CSS should help:

.article-details .article-can-edit a {
    background: green;
    color: #fff;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173227

Hi,

Did that help?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #173586

Hi,

Thanks for accepting the answer:)

Have a nice day!

0