Hi, I am using RoadFighter WordPress Theme .I want to remove the slider from homepage.How to I remove it Please help me. Its urgent. Thanks Sharful
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.slider-container { display: none; } .home-content .page_info { margin-top: 215px; } You can adjust the value of "margin-top" as per your requirement. This will solve your issue.
Thank you . But now i want change home page slider . So how replace my flex slider with layer or other slider . I have sortcode or php code new slider . Thanks again .
Hello, Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below. This will solve your issue.