Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trying to eliminate a pop up Button – CSS

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #295909
    Les
    Participant

    Hi

    Using Firefox on Win10

    https://www.onthemarket.com/to-rent/5-bed-property/central-london/?max-bedrooms=&page=25&sort-field=price&view=grid

    Trying to eliminate pop up Create Alert button while scrolling down above link page(s)

    Have tried all sorts as suggested via Inspect Element CSS selector etc., but none work in

    xxx, yyy, zzz { display: none !important; }

    Can anyone find a way to get rid of that Button via CSS?

    #295910
    Shikkediel
    Participant

    I don’t see why this wouldn’t work:

    .bottom-prompt {
      display: none;
    }
    
    #295911
    Les
    Participant

    Hi
    Thanks, worked like a dream. I still can’t find that selector using the Inpect Element tool.
    (tried ‘mark as good answer’ on your post but didn’t seem to do anything!)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.