Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
366 views
in Technique[技术] by (71.8m points)

wordpress - Elementor Breaks FontAwesome image

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. enter image description here

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. enter image description here

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>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...