Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655048

    Hello! I am wondering how to get rid of the space automatically created with the post slider.
    I have used

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

    To get rid of the border and the icon already, but the space it creates and the word ‘link’ still remains.

    #655551

    Hey 350PDX,

    Could you provide us with a link to the site in question so that we can take a closer look please? Also try to point out exactly what you would like to remove/alter. A screenshot highlighting the changes might help us understand better.

    Regards,
    Rikard

    #657271

    Its the slideshow for articles right beneath the picture slideshow in the the sidebar, I would like to eliminate the gray box outline and the space it creates so that the only thing showing is the article titles.

    Thanks!

    350PDX

    #657582

    Hi!

    Please add following code to Quick CSS

    .avia-content-slider .fake-thumbnail .slide-image {
        min-height: 0;
        border: none;
    }

    Regards,
    Yigit

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