Hi, I am trying to add some custom CSS to ProSilver. I copied the Prosilver folder and changed the name in style.cfg
Then in stylesheet.css I added my_style.css like below
@import url("my_style.css");
Just to make sure that it works, I simply added
Looks like it worked, because the stats area text colour is red. But post content and and almost everywhere else it use the default prosilver colour.
Wondering how I can override everything that is already present with my_style.css. Should I add my_style.css to overall_header.html?
Can I also add Bootstrap CDN and Google Fonts ( Noto Sans ABC ) to overall_header.html?
Thanks
Then in stylesheet.css I added my_style.css like below
@import url("my_style.css");
Just to make sure that it works, I simply added
Code:
body { color: red;}
Wondering how I can override everything that is already present with my_style.css. Should I add my_style.css to overall_header.html?
Can I also add Bootstrap CDN and Google Fonts ( Noto Sans ABC ) to overall_header.html?
Thanks
Statistics: Posted by meetdilip — Sun Jan 14, 2024 5:52 am