sticky header?
Is there a way to make a sticky header? Also- for unauthenticated users- how do we eliminate the header completely?
👍
0
💓
0
😆
0
😲
0
😥
0
😠
0
0
-
-
·
LeonidS
- ·
Hello @Karina Budhrani !
You may remove the header with CSS ways and place there the sticky block via the Pages app. Also,you may create the RAW block, make it visible only for the guests and place there the CSS code, which will hide the header area. Smth like:
<style>
#bx-toolbar {display: none;
}
</style>
-
·
LeonidS
-
- · Karina Budhrani
- ·
thanks.. I was able to get the raw block- visible only to guests. But don't know how where to find the sticky block
-
It seems you'd better add the code to my previous answer like:
<style>
display: none;
}
position: fixed;
}
</style>
and create the RAW block with this
#special_block id where you will place your sticky content.
Not logged in users can't 'Comments Post'.