Hi Guys,
I am having a bit of trouble modifying the icon boxes. I’d like to permantely show the crease.svg image as the background and not only on hover. How can I do this?
This is my HTML:
<div class="container">
<div class="col-md-12">
<h2>Get in Touch</h2>
<p>Get Started Now!</p>
</div>
<div class='col-md-12'>
<div class='col-md-4'>
<div class="sf-icon-box sf-icon-box-standard sf-animation sf-icon- " data-animation="fade-in" data-delay="200" style="opacity: 1;">
<div class="sf-icon-cont cont-small sf-icon-float-none sf-icon-">
<i class="ss-man sf-icon sf-icon-small"></i>
</div>
<div class="sf-icon-box-content-wrap clearfix">
<div class="sf-icon-box-content"><a href='#'>Contact Us</a></div>
</div>
</div>
</div>
</div>
</div>
I tried adding the sf-hover
class to the above html but it gets turned off when the user hovers over the item. Basically I just want to have sf-hover permantely on for those icon boxes.
Can you advise on how to do this? Ideally I’d just like to target the above, I don’t want the background image permantely applied to every box on the site.
thanks,
j