Hiding buttons when not in use

Home Forums All Other Themes Hiding buttons when not in use

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145200
    RobynRobyn
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: December 27, 2019

    Hi there,

    Is it possible to hide buttons when there is no link or text added to the button description via SKT Builder blocks.

    The url is: tijdelijk.wzcvalkenswaard.nl
    Image to illustrate: imgur.com/GIhhLYH

    Thank you.

    #145246
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .aboutmore {
        display: none;
    }

    Regards,
    Chris

    #145703
    RobynRobyn
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: December 27, 2019

    Hi Chris,

    I’ve added the custom CSS, but the button is still visible….
    Any other solutions?

    see link in the message above.

    Regards,
    Robyn

    #145705
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly use this one:

    .aboutmore {
        display: none !important;
    }

    Regards,
    Chris

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