I know I have to paste the following code in
/templates/sj_flooring/css/your_css.css
.home-layout2 .module.sjmslide_home2 .slideshow.theme2 .sl-container .sl-item .transparent{
display:none;
}
But when I go to the file, it alredy have other code..
Where should I paste the new one? At the beginning??
/*******************************************
*** YT Framework: css ***
*******************************************/
/* Medium devices Desktops
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
}
/* Small devices Tablets
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
}
/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
}
thank you.