Global CSS not overiding?

Dtorr1981 30 Sep, 2014
Hi all, i am having issues with the global css, i do not think it is loading last, hence is being overwritten by another style sheet. Can anyone advise how i can ensure this css is loaded last on the forum pages?

My domain is www.scienceofdefence.com/forum
Regards
Donna
Max_admin 30 Sep, 2014
Hi Donna,

You can right click the page and click "view source", or you can inspect elements to check which CSS rules are active and which are overriden.

You may need to use the "!important" word after your CSS rules.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
bilefrog 30 Oct, 2014
Hello,

I am experiencing the same problem. Everything I enter in the Style->Global CSS Section seems to be ignored. Inspecting of elements does confirm that.
If I edit the forum.css directly everything works as I want to.

Example:

.cfu-title {font-size:large; !important}


or

.cfu-title {font-size:large;}



in the Global CSS Section has no effect on displaying the the titles.

If append the following line to forums.css

.cfu-title {font-size:large;}


everything works fine, but it may be overriden wehn I perform updates.

Does anyone have a solution to this?

Regards

Eric
Max_admin 30 Oct, 2014
Hi Eric,

Please try this in the global CSS:
.chronoforums .cfu-title {font-size:large; !important} 

Doesn't work ?

Alternatively you can copy the "prosilver" folder under the "styles" folder and change its name to something else, then make your changes to the css files inside and finally choose your new style in the Chronoforums settings area!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.