Home › Forums › WordPress Themes – Premium › Deck Pro › Link and accent color › Reply To: Link and accent color
November 11, 2016 at 6:05 am
#39840
Moderator
Hi Annette,
To change the text link go to customizer > colors then change the Link & Accent Color.
And for hover effect in portfolio there isn’t any option to change the color from customizer. For this you need to paste the following code and change the hash value of color according to your choice, in child theme style.css.
#portfolio .post a:hover .overlay {
background: #3a3030;
}
If you don’t want to create child theme you can use this plugin. https://wordpress.org/plugins/wp-add-custom-css/
Thanks