Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #923078

    Hi!
    Please help me. I would like remove left menu from specific pages.

    I tried use this code: .page-id-167 #header { display: none; }

    After that I tried this:
    .html_header_left .page-id-167 #main {
    margin-left: 0 !important;
    }

    My home page: https://oktatas.coursemaker.hu

    The menu items and logo is removed whit first code, but the blue bar is not.

    Thank you for your support!
    Peter

    #923556

    Hey Coursemaker,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-167 #main {
        margin-left: 0 !important;
    }

    Best regards,
    Rikard

    #923760

    Hi Rikard,

    Unfortunately the code doesn’t work.
    I attach the screenshot.

    Thank you,
    Peter

    #923840

    Hi Peter,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_sidebar #top.page-id-167  #header.av_always_sticky {
      display:none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #923852

    Hi Victoria,

    Thank you! Unfortunately not working.
    I would like the blue sideband is fully disappear.

    Best,
    Peter

    #924288

    Hi Peter,

    I did not know you removed code from Rikard, it should be both. Please check you Quick css.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #924416

    Hi Victoria,

    Thank you very much for your support! :)
    Have a nice day!

    Best,
    Peter

    #924553

    Hi Coursemaker,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.