[Resolved] Hide box with css?

Home Forums Support [Resolved] Hide box with css?

Home Forums Support Hide box with css?

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

    Hello,

    I’m trying to hide something on the advertisement page of my site, at the bottom under “contact details” i want to remove the text at the bottom, and the two boxes above it, “website” and “listing link” but when hiding the lsd-col-9 it removes them all, not just one.

    #1584532
    David
    Staff
    Customer Support

    Hi there,

    so in the Contact Form you want to remove the website and listing link input fields, and the text beneath? Is that no an option within the form plugin ?

    If thats not the case then try this CSS:

    .lsd-dashboard-details .lsd-metabox > .lsd-form-row,
    .lsd-dashboard-details .lsd-metabox .lsd-form-group > .lsd-form-row:last-child {
        display: none;
    }
    #1585046
    chris

    It isn’t an option as a lot of things aren’t. Even though I’m pro user and have spent over £200 with listdom they will still want to change me for features like editing form fields ect, crazy.

    Anyway you’re a hero that worked perfectly! Thank you David..!

    #1585511
    David
    Staff
    Customer Support

    Wow thats crazy! Glad i could be of help then!

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