WordPress Themes, Plugins and HTML Templates › Forums › Dicot WordPress Theme › Post Carousel Links in color of Theme Skin? › Re: Post Carousel Links in color of Theme Skin?
Hi Markus,
Thanks for the appreciation of Dicot theme.
I have noticed that we have missed this part. Thanks a lot for pointing it.
This is fixed in the next version of Dicot which is expected in this week.
Till that, please follow the simple steps to make it work.
– Go to `Appearance > Customize > Theme Custom CSS`
– Enter the following CSS Code Snippet
– Change the color value to your desired one
.featured-content-wrapper .entry-title-featured-content a:hover,
.featured-content-wrapper .entry-title-featured-content a:focus,
.featured-content-wrapper .entry-title-featured-content a:active {
color: #81d742;
}[/CODE]
Thanks[CODE].featured-content-wrapper .entry-title-featured-content a:hover,
.featured-content-wrapper .entry-title-featured-content a:focus,
.featured-content-wrapper .entry-title-featured-content a:active {
color: #81d742;
}[/CODE]
Thanks