@if (Model.RecentlyViewedProductsEnabled)
{
<li><a href="@Url.RouteUrl("RecentlyViewedProducts")">@T("Products.RecentlyViewedProducts")</a></li>
}
@if (Model.CompareProductsEnabled)
{
<li><a href="@Url.RouteUrl("CompareProducts")">@T("Products.Compare.List")</a></li>
}
<ul class="list">
@if (Model.CompareProductsEnabled)
{
<li><a href="@Url.RouteUrl("CompareProducts")">@T("Products.Compare.List")</a></li>
}
@foreach (var topic in Model.Topics.Where(x => x.IncludeInFooterColumn2).ToList())
@*@if (Model.CompareProductsEnabled)
@*@if (Model.AllowCustomersToApplyForVendorAccount)
.button-1 {
min-width: 140px;
border: none;
background-color: #4ab2f1;
padding: 10px 30px;
text-align: center;
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
.button-1:hover {
background-color: #248ece;
}
#popup .button-1 {
min-width: 140px;
border: none;
background-color: #4ab2f1;
padding: 10px 30px;
text-align: center;
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
#popup .button-1:hover {
background-color: #248ece;
}
Greetings,
we investigated the issue and you need to add the bolded line of code in your carousel.css file (on line 72), which is located in ~Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/DefaultClean/Content/carousel/carousel.css :
.picture-thumbs a.cloudzoom-gallery {
display: block;
position: relative;
width: auto;
height: auto;
margin: 0;
padding: 0 5px;
}
.rich-blog-homepage .title strong {
font-family: YOUR_FONT;
}