Support › Forums › Support (Legacy) › Some changes for the Scoop theme 3 › Reply To: Some changes for the Scoop theme 3
11/04/2016 at 9:24
#1351
Keymaster
Hello Daniel,
1. You’re trying to display the entire logo in the sticky header right? You can try inserting the following code:
.sticky-header .logo{padding:0 !important;}
2. Try inserting the following code:
.entry-meta{
pointer-events: none;
cursor: default;}
.entry-comment{
pointer-events: none;
cursor: default;}
