Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Simone

    #444475

    Hi ilsymo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.fallback-post-type-icon {
      display: none;
    }

    Cheers!
    Yigit

    #444478

    Hi Ygit! Thank you very much! Is there any way to hide also the gray box containing the icon?

    Thanks!
    Simone

    #444493

    Hey!

    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,
    Yigit

    #445043

    Hi! 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
    Simone

    #445048

    Hey 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,
    Yigit

    #445059

    Hey Yigit, thanks again! Probably yes, on this site.
    Amazing theme, by the way!

    Cheers!
    Simone

    #445069

    Hey!

    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,
    Yigit

    #445076

    Hey Yigit!
    With your help now the site looks great! Everything is fixed!

    Thanks again!
    Simone

    #445078

    Hey!

    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!
    Yigit

    #1028744

    Hello, 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?

    #1029796

    Hi,

    Which css did you use? Please open a new ticket and post the necessary details there. We’ll close this one now.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Hide default image on article slider’ is closed to new replies.