Template editing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Template editing

why cant I edit the css of my template? I've heard that the freely downloaded templates are just a copy of the original ones in the server.Is that what actually the reason? I'm beginner..can any one help me ?

27th May 2018, 12:36 PM
Athu
Athu - avatar
2 Answers
+ 6
if you want you can override the CSS, like if you are using Bootstrap, you could make the jumbotron class show up blue by just putting !important at the end...this would be in your style tag .jumbotron { background-color: blue !important; } you can do the same with any class in any framework, w3.css, bootstrap, materialize...
3rd Jun 2018, 7:00 PM
MCJEH
MCJEH - avatar
0
thnk youuu MCJEH :)
11th Jun 2018, 4:43 PM
Athu
Athu - avatar