<em>@mariajcasal 319669 wrote:</em><blockquote>Hello,
i would like to change the H2 title link color.
all the links in the site are the same color, can i change a specific heather to have another color if it is a link?
thanks</blockquote>
Hello mariajcasal,
Please open “/templates/ja_portfolio/css/template.css” file, and edit:
h2.contentheading a {
color: # 313435
}
h2.contentheading a:hover, h2.contentheading a:active, h2.contentheading a:focus {
color: # 5F9729
text-decoration: none;
}
You can change the color of the links by adding styles for links in this file as well.
Best regards.