• Resolved margotbruno

    (@margotbruno)


    Hello!

    I add a shortcode on my homepage for a carousel blog post but I would like to change the colors of the title, the category, the hovering color and the color of the button text “lire la suite” on each blog post. Can you help me?

    Thank you so much for your answer.
    Margot

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hello @margotbruno

    Sorry for my late response.

    Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.

    .bdp-post-carousel.bdp-design-2 h2.bdp-post-title a{color:#000000;}
    .bdp-post-carousel.bdp-design-2 h2.bdp-post-title a:hover,
    .bdp-post-carousel.bdp-design-2 h2.bdp-post-title a:focus{color:#555555;}
    
    .bdp-post-carousel.bdp-design-2 .bdp-post-categories a {color:#000000;}
    .bdp-post-carousel.bdp-design-2 .bdp-post-categories a:hover,
    .bdp-post-carousel.bdp-design-2 .bdp-post-categories a:focus{color:#555555;}
    
    .bdp-post-carousel.bdp-design-2 .bdp-readmorebtn:hover,
    .bdp-post-carousel.bdp-design-2 .bdp-readmorebtn:focus { background: #888;  color: #fff;}

    I hope this will work for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the titles colors of a carousel blog post’ is closed to new replies.