I am working in Weebly and trying to edit my theme. In the top header (row1), I want to add the text "Request a Free Quote" in the middle and link this text to a website page. Furthermore, I would like to add text just before the phone number that reads, "Call Today:"
Here is my existing html:
<div id="header">
<div class="row1">
<div class="search">{search}</div>
<div class="social">{social}</div>
<div class="phone-number">{phone:text}</div>
</div>
The development site can be seen here: emilyscleaningservice2.weebly.com
I can also update the CSS if necessary...but would need some guidance in this too.