Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1062720

    Hi Guys,

    On the news section of the following site the post grid has arrows that appear on the news item when you hover over.

    rtmlandscapes.co.uk

    Anyway we can remove these from the blog grid page?

    Regards

    #1062729

    if you only want to get rid of the arrows ( green background) :

    .image-overlay .image-overlay-inside {
        display: none !important;
    }

    if you like to get rid of whole overlay – including the white overlay:

    .image-overlay  {
        display: none !important;
    }
    #1063068

    Hi,

    Thanks for helping out @guenni007, did you try that out @yourcloudworks?

    Best regards,
    Rikard

    #1065390

    Yes all working thanks guys. Great support as always.

    #1065556

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Posts Link Arrow’ is closed to new replies.