Tagged: article slider
-
AuthorPosts
-
May 14, 2015 at 5:53 pm #444472
Hello! I’m using Enfold theme version 3.1.3. I would like to know if it’s possible to hide the default image on article slider when no image hase been selected. At the moment I can see a little pencil.
Kind regards
SimoneMay 14, 2015 at 5:56 pm #444475Hi ilsymo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon { display: none; }
Cheers!
YigitMay 14, 2015 at 6:00 pm #444478Hi Ygit! Thank you very much! Is there any way to hide also the gray box containing the icon?
Thanks!
SimoneMay 14, 2015 at 6:12 pm #444493Hey!
Please add following code to Quick CSS as well
span.slider-fallback-image { display: none; } a.slide-image { border: none!important; background: transparent!important; }
Best regards,
YigitMay 15, 2015 at 5:08 pm #445043Hi! Thank you very much! One last thing, please don’t hate me :)
Now that the icon and the box are disappeared, is it possible to move up title of the article at the same level of the box hided?Kindr regards
SimoneMay 15, 2015 at 5:14 pm #445048Hey Simone!
Will you not use featured image on any of your posts? If so, you can add following code to Quick CSS
.avia-content-slider-inner a.slide-image { display: none; } #top .avia-content-slider .avia-slideshow-arrows a { top: 10%; }
Regards,
YigitMay 15, 2015 at 5:26 pm #445059Hey Yigit, thanks again! Probably yes, on this site.
Amazing theme, by the way!Cheers!
SimoneMay 15, 2015 at 5:33 pm #445069Hey!
Code i posted above should help, if not, please post the link to your page so we can look into it.
Thank you for your kind words :)Regards,
YigitMay 15, 2015 at 5:40 pm #445076Hey Yigit!
With your help now the site looks great! Everything is fixed!Thanks again!
SimoneMay 15, 2015 at 5:41 pm #445078Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Have a great weekend!
Cheers!
YigitNovember 1, 2018 at 7:53 am #1028744Hello, i used this css but ended up with a large space under the post. Can you help me eliminate that extra space under the post (right hand side, under the content slider)?
Also, can you help me get rid of the all-capitals for the headline?
November 5, 2018 at 9:08 am #1029796 -
AuthorPosts
- The topic ‘Hide default image on article slider’ is closed to new replies.