• Resolved btlowry

    (@btlowry)


    Hi there. Can you help me out?
    I had white boxes around the featured poxes polygons. I wanted them to just be polygons, and I found a solution which said to ‘comment out’ a particular line of code.
    so i put / on either side of the code, which appeared three times in a php file.
    /<span class=”skt-featured-image-mask”></span>/
    For me, the white boxes didn’t dissapear, they just flipped down.
    you can see it here
    storypaths.net
    any ideas?
    Thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi there,
    Hope you’re having a great time 🙂

    The HTML comment can be done by <!– and –>, instead of /

    <!-- <span class="skt-featured-image-mask"></span> -->

    Regards,
    Tanay Khandelwal

    Thread Starter btlowry

    (@btlowry)

    Thanks! I did this and I ended up having that line of code appear above the image. So I tried just deleting the whole line and that did the trick 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured box flipping’ is closed to new replies.