Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • shemeam Friend
    #1086843

    Hi there

    Another stupid question (sorry)

    Can I hide a block type from the top section of a page but still show that block type in the content.

    For example I have the code ‘.header { display: none;}’ to hide the menu from the top of the page, but I would like to show a duplicate menu below the ‘call to action’ image on the home page.

    Using the code ‘.header { display: none;}’ it blocks the menus in both the top of the page and the content.

    Thanks in advance for your help and support
    Alison

    Shemeam

    Saguaros Moderator
    #1086892

    Hi Alison,

    Kindly share the URL of that page and credentials of your site, I will take a look.

    shemeam Friend
    #1086946
    This reply has been marked as private.

    Shemeam

    Saguaros Moderator
    #1087195

    Hi Alison,

    You can try with this custom CSS:

    .header .jub-block.header-5 {
        display: none;
    }

    It will hide the header in Header section only.

    Regards

    shemeam Friend
    #1090387

    can you give me the code to hide ‘call to action 5.2 in the same way please

    Shemeam

    Saguaros Moderator
    #1090482

    I can’t access your site again, could you update login info?

    shemeam Friend
    #1090667
    This reply has been marked as private.

    Shemeam

    Saguaros Moderator
    #1090743

    I updated to above custom CSS:

    .header .jub-block.header-5,
    .header .jub-block.cta-5 {
        display: none;
    }

    You can check it now.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum