How to Stop css for particular Page in Joomla? -


this question has answer here:

i want stop media/jui/css/bootstrap.min.css particular page in joomla 3.1, because insert css files in it,but same page following bootstrap.min.css. please stop bootstrap.min.css

you remove link unwanted css file in head of html document keep importing.

cascading style sheets called partly because multiple sheets can imported , declaration highest priority used. complete definition of levels of precedence css can found in css tutorial.

one way own style sheet take precedent on standard template import after template css imported joomla. way, according order of precedence, style sheet declared rule , should execute on other one. able make changes care without over-riding rest of template.

to more situation specific answer, helpful if tell have tried or include code.

on other hand, find hard believe unable find information on topic in standard css tutorial. try google next time.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -