Post Carousel Links in color of Theme Skin?

WordPress Themes, Plugins and HTML Templates Forums Dicot WordPress Theme Post Carousel Links in color of Theme Skin?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #621
    Markus Schwingruber
    Participant

    Dear Dicot Developpers
    You did a great job, I like the Dicot Theme a lot! In the Theme Skin I changed the colors to green. On the home page I am using your Post Carousel. The links in the Post Carousel still show in red color, although the links in the posts below show in the green color I selected in the Theme Skin. It would be great, if the links in the Post Carousel showed in the colors of the Theme Skin, too.
    Cheers,
    Markus

    #1595
    admin
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.