- This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Hiding buttons when not in use
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.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.aboutmore {
display: none;
}
Regards,
Chris
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
Hi,
Kindly use this one:
.aboutmore {
display: none !important;
}
Regards,
Chris
This article showcases and round ups several templates which satisfy the black and white WordPress themes category. Black and white websites are an inspiration as […]
For the steady development of a website, ideally one should build it up locally before making it live. Once, the website was built as per […]
To enhance the user accessibility of the website, WordPress Breadcrumb Plugins are created. If any user visited the homepage then categories page then contact us […]