button that redirects to page “Contact”
-
Super easy ! Thank you !
In the last column, I’d like to add a button that redirects to page “Contact” : but I can’t find the element Button in the dashboard > appearance > widgets.
So I’ve chosen “personnalized html” and put this code :
<input type=”button” value=”CONTACTEZ-NOUS”>
As I am not satisfied with the color, which code should I use to add a background color and eventually change the police color ?
Thank you for your help !
Hello,
1. Add a text widget or custom HTML widget under the menu in the Footer Column 3
2. Add this code: <a href="http://#" class="btn btn-style-link btn-color-primary">CLICK ME</a>
replace http://#
with the real page URL and CLICK ME
with the title which you want to show on the button.
Best Regards
Hello,
I’ve tried this code but it shows a simple colored bar in the footer (picture attached)
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
Best Regards
Hello,
You have added the classes which make the link invisible, have a look at the screen https://prnt.sc/q4n8ww
Best Regards