• Resolved scottparsons92

    (@scottparsons92)


    Hi, how do I go about changing the carousel content text colour? I’ve found code to change the title colour but not the actual content.

    Thank you,

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Please add this css under custom css section of your theme:

    .recent-post-carousel.design-1 h2.wp-post-title a {
        color: #444;
    }
    .recent-post-carousel.design-1 .wp-sub-content{color:#000;}
Viewing 1 replies (of 1 total)
  • The topic ‘Changing carousel content text colour’ is closed to new replies.