Hello,
Is there any CSS code to allow me to change one page of the Integrity Stack so that the Logo is Stacked and I can hide the navigation?
Thank you!
Hello,
Is there any CSS code to allow me to change one page of the Integrity Stack so that the Logo is Stacked and I can hide the navigation?
Thank you!
Hi @justinlosh,
Yes, there is a CSS code for that. But the code will depend on your setup, can you share to us the page you want to update? Once you have provided us with your URL, we will be happy to assist you with everything.
Another way is to create a different header and assign it to that specific page.
@albrechtx I’ve gone ahead and updated the secure note.
Hi @justinlosh,
Since you only want to do this on a specific page, please add this to that Page > CSS area, not on Theme Options > CSS.
header .x-brand.img {
margin-left: auto;
margin-right: auto;
width: 222px;
float: none;
}
header .x-nav-wrap.desktop {
display: none;
}
Hope it helps,
Cheers!
Perfect, thank you!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.