Hi Markus,
Thanks for the appreciation of Dicot theme.
Quote:
It would be great, if the links in the Post Carousel showed in the colors of the Theme Skin, too.
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