1. Where and how do I change the submit button color? (see screenshot) 2. Where and how do I use a different icon for the FB icon in footer?
Hello, For button: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: input.submit { background: red !important; border-radius: 18px; } For FB icon on footer: Follow below image. Thanks & Regards Pramod Patel
The facebook icon fix did not work. After this change, the facebook icon did not change, but now when I click on icon in footer, it open the image link and not the facebook page set in theme options. URL:http://10-106.com
Hello, Just do some steps as shown below in screenshot to resolve this issue. It will resolve your issue. Thanks & Regards Yogesh Bhade
Yogesh, you gave me the same screenshot as Pramod. I'm not sure why is my question not being understood - my question is how do I use a different Facebook icon instead of the default that comes with the theme?
Hello, Your Facebook link is working perfectly. If you want to change the icon of Facebook you have to follow some steps. Step-1: Upload an icon of Facebook which is small in size and copy its URL or permalink. Step-2: In the above given image you find a highlighted text you have to replace that highlighted text to the below text/code. <a href="link of your Facebook page" target="_blank" ><img src=" link/address of Facebook icon " alt=""/></a> Thanks & Regards Pramod
did not work. It adds one more image instead of replacing the original round FB default icon. my code now looks like:
Hello, Please remove class="ftr-fb" before the above given code. This will remove previous icon of FB. Thanks & Regards Pramod