Hi All -- Is it possible to remove the Lead Capture form on the Blackrider theme from displaying on mobile devices? And move the "click to call" button down a bit? I am using a slightly larger logo, and I think the "Click to Call" is impacted by that. Thanks! Chris
Hi Chris, Greetings from InkThemes, It would be our pleasure to serve you. Regarding the removal of Lead Capture Form :- Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 480px){ .caption-wrapper { display: none !important; } } Regarding the positioning of 'Click to call' button. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .call-us { margin-top: 20px !important; } Note:- Change the margin size accordingly, here I have kept it custom as '20 px'. Hope it will resolve your issue Thanks & Regards! Nitin InkThemes.com