Hi,
You can override those inline css in theme’s style.css
or create another css file and load them in the footer.
Regards,
Thread Starter
sajjad
(@sajjad203)
I know.
But i don’t have inline css in source.
Hi,
You can enable the Custom CSS tab in Admin > Ultimate Member > Settings > Advanced > Turn on ‘Enable custom css tab?’
and then refresh the page and see Admin > UM > Settings > Appearance > Custom CSS. You can add your inline CSS there.
Regards,
Thread Starter
sajjad
(@sajjad203)
Hi man,
I said that i want to remove all inline css from site’s source.
I want to put them in a css file.
UM added some inline css that i want remove them and put in a css file.
Regards
Interested in this as well. As a developer building custom websites I like to keep my DOM as clean as possible. Would be great to be able to move this stuff
Hi,
As the majority of our users do not have a knowledge of CSS we had to include a few color pickers to help them with styling certain elements. Unfortunately this means we cant avoid having inline CSS in a few places.
The vast majority of CSS is served from css file though.
Thanks