Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #903601

    Hello,

    I’m currently customizing the child theme of Enfold, and I’m looking to change the arrow icon in the post slider (data-av_icon=””) to an image.
    Please let me know if you need more clarification.
    Thanks!

    #903767

    Hey heysnads,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-post-nav .iconfont:before {
        display: none;
    }
    
    #top .avia-post-nav .iconfont {
        height: 22px;
        width: 22px;
    }
    
    #top .avia-post-next .iconfont {
        background: url('image_link') center center no-repeat;
    }
    
    #top .avia-post-prev .iconfont {
        background: url('image_link') center center no-repeat;
    }

    Just modify the height, width and image_link on the background. Hope this helps :)

    Best regards,
    Nikko

    #904333

    Thanks for the reply Nikko,

    Unfortunately that code didn’t have any affect on the Single Post Slider.

    Is there something else I can try? I’ve been messing around with the CSS and I can’t seem to find the right area to edit.

    Thanks

    #904550

    Hi,

    Can you try to clear the browser cache? the code I gave didn’t reflect on the site and should appear in this css file (link in private content).

    Best regards,
    Nikko

    #905189

    Hi Nikko,

    Sorry, I put back in my old code since I didn’t see a change with the code.

    I’ve now added your edits it back in.

    Thanks!

    #905476

    Hi,

    I have checked on the css file again however there are some weird characters which are showing (screenshot in private content), can you try to remove the spaces for example this code:

    #top .avia-post-nav .iconfont:before {
        display: none;
    }
    

    should look like:

    #top .avia-post-nav .iconfont:before {
    display: none;
    }
    

    Hope this helps.

    Best regards,
    Nikko

    #905707

    Hi Nikko,
    This worked! Thank you so much for all your help!

    #905922

    Hi,

    You’re always welcome :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #912423

    Hi Nikko,

    I do have one more question that’s off-topic if that’s OK.

    I am trying to add a widget to showcase my Society6 products on one page, and I’m getting an error message when I inspect the code (see link for screenshot: here).

    Is this being blocked by Enfold, or by something else entirely. If it is being blocked by Enfold, is there a way to enable it?

    Please don’t hesitate to contact me for further clarification.

    Thanks!

    #912635

    Hi,

    I think that is being blocked by the browser itself since it’s coming from a different server, did you try loading it from your own server?

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.