Hi, I just switched over to ColorWay and am having trouble with a few things. First off, I uploaded sliders based on the dimensions recommended and they appear squished. What are the correct dimensions? Secondly, there is a pop-up that shows up over my first slider. How do I remove that? And lastly, I need to remove the default testimonials and footers that came with the theme. I tried putting the recommended code into the CSS styling sheet to remove the testimonials but no luck. http://www.minormemoriallibrary.org/
Hello, Greetings from InkThemes! As per your above queries, here I am providing you solutions accordingly: 1.) Regarding your first query, I am providing you a screenshot (below) of that area where standard size is mentioned for the sliders.. 2.) Regarding your second query i.e. to remove the pop-up from the first slider, you just all have to paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: 2) .sl-slide-inner { display: none; } 3.) As per your third and last query. (For this, I am going to suggest you two ways to resolve your issue): * If you want to replace that text with your desired one, you have to follow the steps as mention in the videos (given below) for testimonials and footer areas. Link of the video to replace testimonial: http://screenpresso.com/=bkwxf Link of the video to replace footer: http://screenpresso.com/=DOc8e * If you want to remove that area completely Please paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container_24.footer-container { display: none; } p.copyright { display: none; } Hope it will resolve your issues Thanks & Regards! Priyanka Inkthemes.com