Shape 5

Joomla Templates => News Blog - Club => : probass March 26, 2018, 08:43:02 AM



: Changin Hyperlink color
: probass March 26, 2018, 08:43:02 AM
Can not find where to change the color for a link to a new page or site. Can someone please point to the right area or file
Thank you


: Re: Changin Hyperlink color
: jonahh March 26, 2018, 11:00:51 AM
Hello,

They are not set but you can see the text decoration and hover is set at the top of your template.css file:

:
/* END TEMPLATE DEFAULTS
----------------------------------------------------------- */

a  { text-decoration: none;cursor:pointer;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}

You can edit here by adding CSS color attributes


: Re: Changin Hyperlink color
: probass March 26, 2018, 11:28:50 AM
thanks