Replace menu by an other
Etienne
Registered Users Posts: 70 Big grins
Hi,
I use a logo and menu Block (smugmug block) on the entire site, on the top section.
Is it possible to change (replace ?) this 2 blocks by an other Logo an menu
block only on a specific page ?
The idea I have is to not display (CSS) this 2 block and add manually
others block, but the top section is not available.
Or Add manual block in CSS to build a HTLM/CSS menu.
If you have a simple idea.
Thanks.
Etienne
I use a logo and menu Block (smugmug block) on the entire site, on the top section.
Is it possible to change (replace ?) this 2 blocks by an other Logo an menu
block only on a specific page ?
The idea I have is to not display (CSS) this 2 block and add manually
others block, but the top section is not available.
Or Add manual block in CSS to build a HTLM/CSS menu.
If you have a simple idea.
Thanks.
Etienne
0
Comments
at the top just above breadcrumb, not in the old header area.
My Website index | My Blog
there is still a problem with the solution :
I use the following code on a css block just on the page:
.sm-page-layout-region-header{
display:none !important;
}
It runs when width page > 730.
But when the width page < 730 (mobile mode ?) , the sm-page-layout-region-header appears again,
impossible to hide it.
Is-there a solution ?
Etienne