Home Forums Business Gravity link styling

Viewing 1 reply thread
  • Author
    Posts
    • #3161
      Anonymous
      Inactive

      Hello again, I would like to change link color and styling, I have this CSS code in use but it does not change everything, hover color remains red and underlining is coming under text even when using text-decoration: none; so what is the right trick here?

      a {
        color: #2161a9;
        text-decoration: none;
      }
      
      a:hover, a:focus, a:active {
        color: #2161a9;
      	text-decoration: none;
      }
      
      a:focus, a:hover, a:active, a:visited {
        outline: none;
        text-decoration: none;
      	color: #2161a9;
      } 
    • #3194
      keonthemes
      Keymaster

      Hello,

      Your CSS codes are overridden by default theme CSS. Please send us your Site URL, WP username and password to [email protected] We will fix for you.

      Thanks.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.