Change Letters Color

Viewing 7 posts - 1 through 7 (of 7 total)
  • #4107
    jgavilan84
    Participant

    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

    #4126
    Daniel Tara
    Keymaster

    In 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.

    #4130
    jgavilan84
    Participant

    Thank 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

    #4132
    jgavilan84
    Participant

    I 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;

    #4133
    jgavilan84
    Participant

    I 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

    #4161
    lovephotographyca
    Participant

    i 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

    #4163
    Daniel Tara
    Keymaster

    You can do that under Appearance > Header

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.