color and language

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Dec 14, 2013 3:24 am
Reply with quote
Report this post
Hi,

I would like to ask you about how to change the background color of:
-LOGO, MAINMENU, USERAREA module (all the background area)
-The frame that write "Obama bringing lawmakers to ... "cliff" talks
-The frames that writes "TOP"
-The weather frame
to a color like the attached "correct_color.jpg". Also at the ""language_color.jpg" I use arrows to show the frames that want to change color.

Another question is how (if it is possible) to change the language from weather module (english) to my language (greek). I put an yellow circle to attached image "language_color.jpg"
Thank you in advance.

Nikolas
User avatar
Senior Boarder

GK User
Sat Dec 14, 2013 11:42 am
Reply with quote
Report this post
Lets start with easy part.
To edit language, please edit this file:
language/en-GB/en-GB.mod_weather_gk4.ini
User avatar
Moderator

GK User
Sat Dec 14, 2013 11:46 am
Reply with quote
Report this post
Now, to edit the colors:
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
.box.header .nspImageWrapper h4 {background: #1c1c1c;}
.box.header .nspImageWrapper h4:hover {background: #e25b32;}
.box.header .nspImageWrapper h4 a {color: #fff;}

Those 3 lines changes background color of "Obama" box, its hover state and link color.

Code: Select all
#gkPageTop {background: #000;}

This line will change the background of top header area (logo, menu, userarea).

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

GK User
Sat Dec 14, 2013 11:48 am
Reply with quote
Report this post
To change background and font color of the "top" element, please use this code:
Code: Select all
.box.badge-top .header::after {
background: #e25b32;
color: #fff;
}


And for the module "weathrer" there is a suffix called dark added - it changes bakgronud to dark and font to light, so you can just remove this suffix,
User avatar
Moderator

GK User
Sat Dec 14, 2013 7:12 pm
Reply with quote
Report this post
Hi Cyberek,
Thank you very much for your help.
I'll try it right now.
Regards,

Nikolas
User avatar
Senior Boarder

GK User
Sun Dec 15, 2013 6:52 am
Reply with quote
Report this post
OK!
Everything look nice now.
Thank you very much.
Have a nice day!

Nikolas
User avatar
Senior Boarder

GK User
Sun Dec 15, 2013 1:03 pm
Reply with quote
Report this post
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron