• Resolved LesTexas60

    (@lestexas60)


    Just tried the plugin and it sounded like a great idea. When I change the Designs to 2,3or 4 I still get design 1. Is there any way to eliminate the overlay with the title?

    Someone else asked for a Fade, that would be a great enhancement.

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

    You can use this way shortcode [recent_post_slider design="design-4"] for change design but make sure do not copy and paste the shortcode please write manually it causes quate (”) issue.

    You can write custom CSS
    Please go to yourtheme-> style.php file and below put this CSS.

    / * 1.) Overlay remove css */

    .recent-post-slider.design-1 .post-content-left, .recent-post-slider.design-2 .post-content-left, .recent-post-slider.design-3 .post-short-content { background: none !important; }

    /* 2.) Title remove css */

    .recent-post-slider h2.wp-post-title{ Display:none !important; }

Viewing 1 replies (of 1 total)

The topic ‘Designs don’t change?’ is closed to new replies.