Open tulkas85 opened 5 years ago
Hi, I need to set !important in my css to overwrite theme.css rules or others .
I put my css include in template.xhtml below your starter.css include.
It's possible to set css in other places in order to have a better priority, so I can remove !important ?
Here you can see Firefox debugger that shows where is my css rule in the page:
Hi, to remove the important you need to create a more specific css rule...it will depend which rule you want to override
important
Hi, I need to set !important in my css to overwrite theme.css rules or others .
I put my css include in template.xhtml below your starter.css include.
It's possible to set css in other places in order to have a better priority, so I can remove !important ?
Here you can see Firefox debugger that shows where is my css rule in the page: