Search the Community
Showing results for tags 'hide'.
Found 2 results
-
Hide Banners/Boxes/Features but not all at the same time
nambi posted a topic in DMS & Legacy Products
Can i put in something into functions.php to hide or not allow access to clients to any of them but not the other? I know i could probably use some plugin like user role editor or something, but i didn't want to install a plugin just for one small feature. Thanks. -
Resolved Hide Post Title but only on specific posts
bwdsl247 posted a topic in DMS & Legacy Products
Hi - I'm trying to hide post titles, but only for specific posts, not all. For another theme I was using the CSS to do this was: #post-1126 h2 { display:none!important; } I tried this, but it didn't work in Pagelines. Can you tell me the proper CSS tweak for this to work? Thank you!