Change colour of header

September 2015 Joomla Template
GK User
Thu Oct 01, 2015 3:52 am
Can you please let me know how to change the colour of the black header, where the logo, main menu, search and login is located? Thanks.
User avatar
Senior Boarder

GK User
Thu Oct 01, 2015 7:08 am
Please edit: /templates/gk_technews/css/override.css and add at its end:
Code: Select all
#gkHeaderNav {
    background: #424242;
}

Now modify #tag of color to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 01, 2015 8:05 am
Perfect.

Thanks.
User avatar
Senior Boarder

GK User
Thu Oct 01, 2015 7:41 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Fri Oct 02, 2015 3:04 am
Thanks Cyberek. The header on the front page has changed but when you click on an article there is black underneath and a short way down the sides. Can you let me know how to change Be great if you can let me know how to change the colour of blue strip behind the title on the main image of the NSP. Also, how to change the grey down the left and right sides.
User avatar
Senior Boarder

GK User
Fri Oct 02, 2015 5:27 pm
Could you please post an url to your site where I could see this issue?
User avatar
Moderator

GK User
Sun Oct 04, 2015 12:23 am
Cyberek wrote:Could you please post an url to your site where I could see this issue?

melbournebasketball.com.au/girls
User avatar
Senior Boarder

GK User
Mon Oct 05, 2015 12:07 pm
I don't see this issue anymore, have you been able to fix that?
User avatar
Moderator

GK User
Mon Oct 05, 2015 6:50 pm
No. If you click on an article you will see the black under the red. Thanks
User avatar
Senior Boarder

GK User
Wed Oct 07, 2015 6:05 pm
Please edit: /templates/gk_technews/css/override.css and add at its end:
Code: Select all
#gkBg, #gkPageContent {background: #fff;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 08, 2015 2:57 am
Thanks for the response. The code you have provided changes the entire background.
I was only wanting to change the black area, as it currently appears on template.
User avatar
Senior Boarder

GK User
Mon Oct 12, 2015 4:38 pm
I can't find this issue on your site anymore. Were you able to fix it?
User avatar
Moderator

GK User
Mon Oct 12, 2015 6:49 pm
No I haven't. Click on any article and you will see it.
User avatar
Senior Boarder

GK User
Tue Oct 13, 2015 7:07 pm
Please add this code to override.css:
Code: Select all
#gkBg:after {
    background: #ffffff;
}
User avatar
Moderator

GK User
Wed Oct 14, 2015 6:13 am
Brilliant. All fixed. Thanks for your help.
User avatar
Senior Boarder

GK User
Mon Oct 19, 2015 11:35 am
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron