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
My domain is www.scienceofdefence.com/forum
Regards
Donna
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
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
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:
or
in the Global CSS Section has no effect on displaying the the titles.
If append the following line to forums.css
everything works fine, but it may be overriden wehn I perform updates.
Does anyone have a solution to this?
Regards
Eric
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
Hi Eric,
Please try this in the global CSS:
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
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
This topic is locked and no more replies can be posted.