Dear friends Can I reduce sixe height slider image. I would like to have height 312px my website: http://sasseralab.unipv.it/ Best regards Dante
Hello, Dante.. Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slides_container div.slide img { height: 312px !important; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
Hello Priha, the solution doesn't work. - I wrote the code in section Custom CSS - I uploaded image - I tested the code on beta web site: http://byte-store.biz/ Thanks and regards Dante
Hello, Dante.. I have checked the code at our end and it works perfectly... Would you please clear your cache and check the result after that... Or, try below code instead of that.. Code: .slides_container, .slides_container div.slide, .slides_container div.slide img { height: 312px; } #slides .caption { bottom: 30px !important; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com