Hi, I am having an issue getting my email notifications on test emails I'm filling out. I have 4 emails I want the leads to go to. In lead capture setting I have filled out the 4 emails, mine being one of them. I do not receive notification. I tried to deactivate plugins to see if that was the issue but it is not. Also, the thank you box does not come in clear and I was wondering if that can be changed attached is a picture. For mobile, when you submit form there is no type of thank you or anything. Can something be added there? www.mortgagebranchconnection.com Please help. Thank you
Hello mschultz33, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sucess-send h2 { color: green; } .sucess-send{ background: #0296c0; } Please change color according to your requirement. Thanks & Regards Pramod
Hello, For changing message please go to blackridertheme\functions\leads_form\leads_class.php on line no 175 and change according to your requirement. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post .post_meta .post_category { display: none; } Thanks & Regards Pramod