CSS .rounded .fill.banner-link, .rounded .banner-inner, .rounded .fill { overflow: hidden!important; border-radius: 20px!important; -webkit-border-radius: 20px; -moz-border-radius: 20px; } .rounded, .rounded .img-inner { border-radius: 20px; }
Category Archives: Flatsome
Assuming you have a logo on the left, just add this to custom CSS #masthead #logo { display: none; } Then create a block with the logo / whatever you want. You can use this to insert sliders, image boxes or any other element available in UX block. Then add that block as a first […]
.mfp-content .nav .menu-item a { color: #000; transition: all .2s ease-in-out; } .mfp-content .nav .menu-item a:hover,.mfp-content .nav .menu-item a:focus { color: #fff; }
Hello! I came across an interesting question on how to display Flatsome’s countdown without weeks box. There’s no option to do this in settings (as of April ’22), but it could be quite easy javascript task. I tried to achieve this in a child theme, but for some reason the file is being ignored and […]