Jump to content

User change CSS for template ??


Skylight_lady

Recommended Posts

Hi guys,

 

These two questions maybe stupid questions but my brain has so many thoughts and I can't figure this out.

 

My first question is that I have seen on one site that they cache their CSS files. What's the case of this?

 

Also, if I was a user in a custom made CMS and changed the colors of texts and background colors in the CSS external file via that CMS with a select box. How do I get this to overwrite the external css file with a simple code? I know it can be done if the CSS was in the page and not an external file via php .... But I'm stuck with changing the external file.

 

Can anyone help and explain this to me please.

Link to comment
https://forums.phpfreaks.com/topic/254112-user-change-css-for-template/
Share on other sites

!important"

 

is that a css class? never seen it

it is a CSS declaration that makes sure that the CSS properties associated with the !important rule will always be applied, and will not be overwritten by conflicting CSS.

 

for reading, http://webdesign.about.com/od/css/f/blcssfaqimportn.htm

!important"

 

is that a css class? never seen it

it is a CSS declaration that makes sure that the CSS properties associated with the !important rule will always be applied, and will not be overwritten by conflicting CSS.

 

for reading, http://webdesign.about.com/od/css/f/blcssfaqimportn.htm

 

thank you

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.