• Resolved zengfuxu

    (@zengfuxu)


    Hi. I am using the WP Featured Content and Slider Pro plugin in my website to display all our services. I have used the shortcode [featured-cnt-img design=”design-10″ grid=”4″ limit=”16″ order=”ASC” cat_id=”33″]. The default “Read More” button colour is white and black when hovered. How can I change the “Read More” button colour to Green and White when hovered? Many thanks!

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

Viewing 1 replies (of 1 total)
  • Hello @zengfuxu

    Thanks for Reaching here.

    Please put this CSS in your Theme’s style.css file.

    .wp-fcasp-design-10 .featured-read-more a:hover { background-color: white !important; color: #7aa127 !important;}
    .wp-fcasp-design-10 .featured-read-more a { background-color: #3b923bb3; }

    You can change this colors by changing color code.

    Thanks & Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Read More Button Colour in WP Featured Content and Slider Plugin’ is closed to new replies.