Jump to content

Culoare Categorii


Go to solution Solved by Sebastian C.,

Recommended Posts

Posted

ON: Dupa body la cateva randuri o sa fie asta:

 
a{
 
color: #culoareata;
text-decoration: none;
}
 
a:hover { color: #culoarecandesticuclick; -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;  }
 
 
La culoareata pui ce culore vrei si la cealalta cand esti cu clickul pe textul acela ce culoare sa se faca.
 
OFF: Lau, ai copiat gresit din consola.
Posted

Eu am gasit. Dai cu ctrl+f 

a{color:#225985!important;text-decoration:none}#friendsonline_menucontent

si mai jos o sa fie si cu hover. ai un css ciudat totul este lipit. ce tema folosesti?

  • Solution
Posted

Daca ala este css-ul care-l ai tu in tema este tema ripata (copiat css si gata) cauta asta :

a{color:white;text-decoration:none}a:hover{color:}

si schimba cu :

a {
  color:culoarea;
  text-decoration:none;

}

a:hover{color:culoarea;}
  • Upvote 2

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.