Re: SOLVED How to modify header color in gantry framework
Posted 11 years 5 months ago
add this to your custom css file:
body #rt-header {background: red !important;}
If you are using Gantry 4 (or later) you can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_kirigami-custom.css or gantry-custom.css).
Re: SOLVED How to modify header color in gantry framework
Posted 11 years 5 months ago
Hello,
Thank you very much. Can you please give the path where I should save this file and also can you please give me instructions to change body background color.
Re: SOLVED How to modify header color in gantry framework
Posted 11 years 5 months ago
add this to your custom css file:
body {background: #FFF !important;}
If you are using Gantry 4 (or later) you can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_kirigami-custom.css or gantry-custom.css).
Re: SOLVED How to modify header color in gantry framework
Posted 11 years 5 months ago
Hello,
I have modified the colors that I have asked you. But I see that when I change the header's color I am still have the menu in the gantry framework's original color, plus the place where I see the date.
So, can you please tell me how can I change menu color and the horizontal strip where the date is located.
Re: SOLVED How to modify header color in gantry framework
Posted 11 years 5 months ago
sorry but I am unsure what you mean. I see that you change the header color (this is the section where the menu is) please clarify what you need to change.