Options

Replace menu by an other

EtienneEtienne Registered Users Posts: 70 Big grins
edited June 24, 2016 in SmugMug Customization
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

Comments

  • Options
    AllenAllen Registered Users Posts: 10,010 Major grins
    edited June 21, 2016
    Make the page "Just this ..." then hide header area with CSS. Add new logo/banner and menu widgets
    at the top just above breadcrumb, not in the old header area.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited June 23, 2016
    Thanks, it runs well.
  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited June 24, 2016
    Hi,

    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
Sign In or Register to comment.