Changing color of the articles title

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
Wed Feb 06, 2013 9:22 am
Reply with quote
Report this post
hi! I would like to change the color of the articles title. I've found the css to change the color for K2 items but not for the other articles. Could you please tell me which is the css and where to work? Thanks a lot for your help!! :)
User avatar
Junior Boarder

Konrad M
Wed Feb 06, 2013 9:28 am
Reply with quote
Report this post
Hi,
please add to override.css
Code: Select all
article header h1 a, article header h2 a {
color: #212121;
}

and set your own color value. Remember to enable override.css option in template settings.
User avatar

GK User
Wed Feb 06, 2013 9:42 am
Reply with quote
Report this post
Konrad M wrote:Hi,
please add to override.css
Code: Select all
article header h1 a, article header h2 a {
color: #212121;
}

and set your own color value. Remember to enable override.css option in template settings.


Fantastic! It works :D thank you Konrad!
User avatar
Junior Boarder

GK User
Fri Feb 08, 2013 8:36 am
Reply with quote
Report this post
dumilia wrote:
Konrad M wrote:Hi,
please add to override.css
Code: Select all
article header h1 a, article header h2 a {
color: #212121;
}

and set your own color value. Remember to enable override.css option in template settings.


Fantastic! It works :D thank you Konrad!


Konrad, sorry, I have the same problem with the Links page title could you please telle me the code to add in the override.css? Thanks a lot
User avatar
Junior Boarder

Konrad M
Fri Feb 08, 2013 11:08 am
Reply with quote
Report this post
Can you give me link to your page with example ?
User avatar

GK User
Fri Feb 15, 2013 5:02 pm
Reply with quote
Report this post
Konrad M wrote:Can you give me link to your page with example ?


Sure Konrad, now the site is online. Please check the titles of these pages, I think they may refer to different css:

LINKS
http://goo.gl/dlyuy

EVENTS
http://goo.gl/CCUV6

NEWS
http://goo.gl/Sp4zL

Thank you a lot for your help
User avatar
Junior Boarder

Konrad M
Fri Feb 15, 2013 6:41 pm
Reply with quote
Report this post
Try use this code in override.css:
Code: Select all
h2,.componentheading {
color:#222222;
}
User avatar

GK User
Mon Feb 18, 2013 8:32 am
Reply with quote
Report this post
Konrad M wrote:Try use this code in override.css:
Code: Select all
h2,.componentheading {
color:#222222;
}


Fantastic Konrad!!! It all worked :D
Thanks a lot for your help
User avatar
Junior Boarder


cron