- How to remove border around slider - How to change slider size - How to change or remove the animation effects on slider. - How to change text colour on tabs Thanks
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sy-slides-crop { border: none; } 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sy-slides-wrap { height: 450px; width: 800px; } .slider_container{ height: 445px; width: 800px; margin-left: 155px; background-size: 800px; background-position-x: 15px; } You can adjust the above values as per your requirement. 3. Go to js > custom.js present in your theme directory and follow the instruction shown in the image given below. 4. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sy-caption-wrap .sy-caption h1 { color: red; } In place "red" you can put your color or color code.
Hi - I'm about to buy the Harrington and just wondering if the suggestion for changing the transition from 'kenburns' to 'fade' works. Thank you!
Hello, Go to js > custom.js present in your theme directory and follow the instruction shown in the image given below. After that paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sy-slide { margin-left: 0px; } .sy-slide > a > img { height: 495px; } This will solve your issue.