- This topic has 3 replies, 2 voices, and was last updated 11 months 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
Introduction The popularity of WordPress is not something we can ignore. We’ve known it as the best solution that any developer can use to setup […]
This fact cannot be negated that transferring the website to a new host can prove to be really stressful and tiring. However, if you follow […]
In a number of cases, sidebars are perceived as blocks of the site where all sorts of things can be found. As a rule, a […]