Hello, i've got a few styling questions for my website www.d-orstables.com. 1: The sliders is not starting the loop when you go to the website. 2: On the first slider the informatie area is visible, how can delete this area?? 3: We want to change the color of the page title, can you help me with this code?? On the homepage you get the area: left column Heading / description. In the description area we want to make an link with the text: read more (in dutch "lees verder") to an other page. Is this possible?? Attached picture A: We want to delete area B: in the attached picture. Can you help with the code for this. Thanks for the help. Kind regard, Mark
Hi, Mark.. Solutions to your above issues are accordingly... 1) The sliders is not starting the loop when you go to the website. Sorry, didn' get you... 2) On the first slider the information area is visible, how can delete this area?? For this, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption { display: none; } 3) We want to change the color of the page title, can you help me with this code?? Code is given below, Code: .content-info h1 { color: red; } Note: Change the color as per your interest.. 4) In the description area we want to make a link with the text: read more (in dutch "lees verder") to an other page. Is this possible?? Please follow the screenshot given below. 5) Code is given below.. Code: .index-container .full_cols { display: none; } Hope it will resolve your issues... Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thanks for the answers on my questions, after your help i've got the next questions. On the fourth questions i've made an link with read more. Is it possible to change the color of read more?? On the fifth questions i've delete the index-container. But the view on the homepage is strange. Can take a look of this area on the homepage?? Is there something to make to nicer?? When you go to the website and the homepage the slider on top is starting his loop. You have first manually to the next slider when de loops start. Can you also look at this?? Kind regards
Hi, To change color of read more... Code is given below... Code: .feature-one a { color: red; } And for the next issue, Please paste the code given below in Custom CSS field of your dashboard. Code: .index-container.bottom-container { display: none; } And for the last issue, You are kindly requested to slow down the slider speed and look after that... Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com