I can not change the color of the theme.
I tried to modify templete.css, but the file is restored, what can I do?
I can not change the color of the theme.
I tried to modify templete.css, but the file is restored, what can I do?
amnessiacc
Hi
If you override the template core files and updated the template, in this core is this is normal
As template update will override the changes done in core files.
I suggest you to override the changes via override.css file in the css folder that is used to override the style code and template update would not make any override on this file.
Thanks for your answer...
For example, I am going to replace the hexadecimal values of a color in "template.css"... Should I paste all the CSS code from template.css into override.css?
amnessiacc
Hi
The changes you will apply in template style settings will be saved as normal change, no need to override them again.
About the color kindly give me screenshot as template does not has any settings for this.
Hi,
I need to change all hexadecimal values from the blue of the template to the green of the elements below. In "template.css" comes 38 times that value, which I must replace with # 22d3c5
amnessiacc
Hi
The icons are the images ; /media/widgetkit/01-gobierno-01ca85d52fb183b5e37d3803f843b6c8.png
About the top color use this code in the override.css file
#gkHeaderNav .gkMainMenu .gkmenu.level0 > li > a.active, #gkHeaderNav .gkMainMenu .gkmenu.level0 > li > span.active {
border-bottom: 3px solid #42a5f5;
}
change color code as per needs.
Hi,
I entered the code in the override.css file, then uploaded it via cPanel to replace it. It did not work. = (
However I enter the code in "Advances settings" in the theme edition in joomla and it works correctly !!!
The question is: Should I substitute the entire CSS to change the color as I wish?
It is not very functional right?
amnessiacc
Hi
Kindly enable the override css option : http://prntscr.com/qrkela
Without enable this option override.css file will not run.