In this page https://maritimecigars.ca/shop/cigar/dominican/matilde-renacer-corona-cigars-box-of-20/
, at the bottom I have the related products section where more products can be viewed by clicking left and right arrow at the box. However, I noticed the the arrow inside the box is missing.
It used to be fine but now its missing. I tried deactivating Elementor Plugin, and the arrows came right back.
This is the screenshot after deactivating elementor.
I just need to use elementor as my website relies on it. Please help me finding the issue
This is what I could find in the css code for that box. I am not a developer, so please be elaborate.
html:
.fa-angle-right:before {
content: "f105";
}
i.slick-arrow {
top: calc(50% - 12.5px);
position: absolute;
z-index: 1;
color: #000;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 12px;
background: #f2f2f2;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
font-weight: 500;
}
.related .content-product-list .slick-arrow, .cross_sell .content-product-list .slick-arrow, .upsells .content-product-list .slick-arrow {
width: 30px;
height: 30px;
border: 1px solid #e2e2e2;
line-height: 28px;
font-size: 18px;
color: #000;
top: calc(50% - 15px);
background: #fff;
}
.fa, .fab, .fad, .fal, .far, .fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
<i class="slick-arrow fa fa-angle-right" style=""></i>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…