Advertisement
businessdad

Mon Epicer Bio - CSS Fix

Oct 1st, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /**
  2.  * Fix for slider margin and images background. Ref. https://aelia.freshdesk.com/helpdesk/tickets/2443
  3.  * @author Aelia <support@aelia.co>
  4.  */
  5. #content #block-slider-bio-home .ux-slider {
  6.   margin-bottom: 5px;
  7. }
  8.  
  9. #block-pastillesbio .ux_banner,
  10. #block-pastillesbio .banner-bg {
  11.   background-color: transparent !important;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement