Link Color

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
Mon Nov 25, 2013 9:58 pm
Reply with quote
Report this post
Hi,
how can I change the color of the H1 headline and the text link?
template.css
Code: Select all
a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody header h1 a, #gkMainbody header h2 a, #k2Container article header h2 a {

The sample page is not expected to affect!

Here is the link
http://ninobittner.de

Would appreciate an answer!
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 10:22 pm
Reply with quote
Report this post
Hi,
1) Useful tips: http://www.gavick.com/documentation/joo ... -size-etc/

2) Detailed answer:

Code: Select all
h1 a {  color:red;  }
h1 a:hover { color: yellow;} 


3) How to use custom CSS --> http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Mon Nov 25, 2013 10:38 pm
Reply with quote
Report this post
Pawel F wrote:Hi,
1) Useful tips: http://www.gavick.com/documentation/joo ... -size-etc/

2) Detailed answer:

Code: Select all
h1 a {  color:red;  }
h1 a:hover { color: yellow;} 


3) How to use custom CSS --> http://www.gavick.com/documentation/joo ... -template/


Thanks for the quick reply

The headline I managed, but the text link does not. Can you tell me what else can I write to the Overwrite.CSS?

It should only be changed on the module position "header" on the home page.

Thanks for your help
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 10:59 pm
Reply with quote
Report this post
But it works...
color.png


I see and you ?
User avatar
Platinum Boarder

GK User
Mon Nov 25, 2013 11:01 pm
Reply with quote
Report this post
oh, text links , here you are:
Code: Select all
a, a:active { color:red;  }
User avatar
Platinum Boarder

GK User
Mon Nov 25, 2013 11:13 pm
Reply with quote
Report this post
Hello,
maybe I expressed myself wrong.

The title works.

I mean the 3 links in the body text.
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 11:16 pm
Reply with quote
Report this post
Pawel F wrote:oh, text links , here you are:
Code: Select all
a, a:active { color:red;  }



Yes Super, exactly what I mean.

Many thanks and a nice evening :!:
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 11:25 pm
Reply with quote
Report this post
Mhh unfortunately this results in a new problem :(

The links are at this point too bright! Must be written for a class?

thank you for your patience ;)
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 11:33 pm
Reply with quote
Report this post
Unfortunately I have the same problem in the module Light and in the menu on the following page...

http://ninobittner.de/leistungen.html
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 11:34 pm
Reply with quote
Report this post
It depends because I show you how to change in general, now you have to decide where you want use different colors using class of section / module or simple style="color:blue"
User avatar
Platinum Boarder

GK User
Mon Nov 25, 2013 11:51 pm
Reply with quote
Report this post
I understand, thank you ...

I have found a suitable solution, thank you for your time
User avatar
Junior Boarder


cron