Tagged: add image, post slider, Widget
-
AuthorPosts
-
January 27, 2018 at 1:00 am #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!January 27, 2018 at 9:56 pm #903767Hey 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,
NikkoJanuary 29, 2018 at 6:05 pm #904333Thanks 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
January 30, 2018 at 12:57 am #904550Hi,
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,
NikkoJanuary 30, 2018 at 10:21 pm #905189Hi 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!
January 31, 2018 at 10:30 am #905476Hi,
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,
NikkoJanuary 31, 2018 at 7:08 pm #905707Hi Nikko,
This worked! Thank you so much for all your help!February 1, 2018 at 12:41 am #905922Hi,
You’re always welcome :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoFebruary 14, 2018 at 6:55 pm #912423Hi 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!
February 15, 2018 at 6:23 am #912635 -
AuthorPosts
- You must be logged in to reply to this topic.