• Would it be possible to add CSS that would create a border around one flip box layout and not another? I was able to successfully add it to all types by adding the following CSS. If possible I would like it only to apply to Layout 5. Please let me know. Thank you!

    .cfb_wrapper .flipbox-front-layout {
    	border: 5px solid #fd9500;
    }
    .cfb_wrapper .flipbox-back-layout {
    	border: 5px solid #fd9500;
    }

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

  • The topic ‘Creating borders around the boxes’ is closed to new replies.