• Hey

    I am struggling with carousel. Displays like this where I added borders myself to get a visual.

    I need to (For carousel only – not store shortcode):

    • Remove overlap of stores maybe margin 5px between
    • Remove nav buttons (command in shortcode is there and set to “no” but not respected)
    • Remove Store info. Just banner and footer
    • Make the wrapper a link to the store (Can I do this for store shortcode also)
    • Remove visit button (Can I do this for store shortcode also)

    This makes things worse but adds borders obviously….

    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap .owl-stage-outer {
    	border: 3px solid red;
    }
    
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li {
    	border: 3px solid yellow;
    	margin: 0px 10px !important;
    }
    
    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap .owl-stage-outer li .store-footer {
    	border: 1px solid red;
    	height: 100px !important;
    	min-height: 80px !important;
    }

    Finally why is banner so pale in carousel? Are you adding an overlay and how do I remove it? Or are you messing up the color space for carousel banners? Please compare here

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

  • The topic ‘Carousel overlap, buttons odd arrange, hide info’ is closed to new replies.