Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #938132

    Hi, I DO NOT want to show any images at the entry slider.
    In the entry itself, there are no images added, so the entry slider displays a strange looking icon area above entry title – how can I remove this?
    Thanks for help!

    #938184

    Hey dlikat,

    Can you give us a link to the page mentioned? so we can take a closer look.

    You can post the details in private content, if you want it to be shown only to our moderators.

    Best regards,
    Nikko

    #938192
    #938499

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home article .slide-image {
      display:none !important;
    }

    Best regards,
    Rikard

    #939051

    it works Thank you so much!

    #939209

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #950601

    Unluckily I have the same issue with blog entries on entry page. Please let me know which css suppress images on entry pages and on blog pages – I use raster layout
    Maybe this is worth to add in next enfold version – to give people the option to have blog entries without any images…

    #951351

    Hi,

    Thanks for the feedback. On which page is that exactly? If you want the code to apply globally on the site then please try this CSS instead:

    article .slide-image {
      display:none !important;
    }

    Best regards,
    Rikard

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