Custom class not working
https://www.synconics.com
I have applied custom class for hover effect on my homepage.
But, it is showing nothing over there except Text. Right now, I have put Image element just to adjust it. But, hover effect is still not there.
My code in "SALES" tab are as follow:
<div class="oe_box_home oe_sales">
<h5 style="font-size: 18px; font-weight: 400; line-height: 20px; letter-spacing: 0px; text-align: center;">Sales</h5>
<div class="oe_box_inner_home">
<h5 style="color: #2D7BB8; font-size: 16px; font-weight: 400; line-height: 18px; letter-spacing: 0px; text-align: center;">
<a href="http://www.synconics.com/odoo-opensource-erp-sales-process-features-module-implementation-configuration-customization-training/" target="_blank" style="color: #2D7BB8; font-size: 18px; line-height: 20px; text-align: center;">Learn more<i class="icon-right-open"></i></a></h5>
</div>
</div>
Comments