SPProperty - Css Changes To Tidy Up Backend - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SPProperty - Css Changes To Tidy Up Backend

PhoenixGB

PhoenixGB

Extension 2 years ago

Hi

I want to change this mess...

to this..

using this...

label {
  display: block !important;
}

in template.min.css - changed it in the file, added it to a custom.css, added it on custom code in template and still won't affect the changes.

Turned off scss and then back on again, nothing works. Any help appreciated.

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #93561

Hello PhoenixGB

You can paste the CSS to this file:

administrator/components/com_spproperty/assets/css/spgallery.css

and it will work fine. But keep in mind that it will overridden on SP Property update.

This is a better syntax.

#details label {
  display: block !important;
}

Best regards

0
PhoenixGB
PhoenixGB
Accepted Answer
2 years ago #93598

Works great Ofi, thank you. Could u look at the other items I have open regards currency?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #93781

You are welcome 😊

Sure, I will check it.

0