How to change the colour of Get In Touch Section

Hi,

I'd like to know how I can change the background colour of any call to action or other short code button.

The one in question is the Get In Touch section. Below is the code i've used, currently the background is yellow

<h3>Get In Touch</h3>
<div class="get_in_touch_wrapper">
<ul>
<li class="address">
<span class="icon">
<i class="icon-location">
</i>
</span>
<span class= "address_wrapper">
<strong>Bloxham Lewis</strong>
<br>
Unit 71, Willow Road Barrow Upon Soar Leicestershire
<br>
UK LE12 8GP
</span>
</li>
<li class= "phone">
<span class="icon">
<i class="icon-phone">
</i>
</span>
<p>07774005571
</p>
</li>
<li class="mail">
<span class="icon">
<i class="icon-mail">
</i>
</span>
<p>
</p>
</li>
</ul>
</div>

Thanks
Sam

Comments

Sign In or Register to comment.