-
jgavilan84Participant
Hi Folks! I use minimatica theme under http://www.vintam.com. I love when I put the mouse over the letter and they change the color into Red. However I’d like to have all my titles in black instead of blue.
I know I have to use the editor’s theme but I don’t know which parts I have to change. I have been looking for quite about this and everybody says that I have to change style.css.
Can you guys help me? I would appreciate a lot.
Thanks so much in advance
Daniel TaraKeymasterIn style.css change
a:link, a:visited { color:#21759b; text-decoration:none; } a:hover, a:active { color:#d54e21; text-decoration:underline; }
to
a { color:#000; text-decoration:none; } a:hover, a:active { text-decoration:underline; }
Although I don’t recommend you do that. Search engines don’t like it when links are styled the same as text.
jgavilan84ParticipantThank so much Daniel, however, it isn’t still what I want. Now the texts are black but when you put the mouse over the text is also black. I’d like to follow having the text in red when you are over it.
What would I have to do?
Thanks again
jgavilan84ParticipantI think I got it. Simply I looked for the codes color and I imagined I had to do bellow:
Change:
a:link,
a:visited {
color:#21759b;
text-decoration:none;
}a:hover,
a:active {
color:#d54e21;
text-decoration:underline;
}to:
a {
color:#000;
text-decoration:none;
}a:hover,
a:active {
color:#d54e21;
text-decoration:underline;jgavilan84ParticipantI have just discovered some else. In the main page at the bottom and whatever category page elected at the bottom again the text is just black. Maybe I have to change some related with the footer.
Can you guys help me?
Thanks in advance
lovephotographycaParticipanti am currently using minimatica theme and have recently changed my background to black. However i am having a hard time changing the header to white so that is visible. Can someone help me with this please. I have tried going into editor as well and changing it to the color code i wanted but it does not work.
thank you
You must be logged in to reply to this topic.