Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #504453

    Hey

    any way to hide the Header (Left Site) when entering a portfolio Item?

    Thanks!

    #504609

    Hey ddaletzki,

    I’m not exactly what you want to hide, could you provide us with a screenshot indicating what header you mean please? You can upload to for instance imgur.com and then link to the image here.

    Regards,
    Rikard

    #504881

    Hey Rikard,

    So thats a Portfolio item page. I would like to hide the header with the menu items on the left.
    Like a Fullscreen portfolio. Not Global just for the portfolio items…

    View post on imgur.com

    #504957

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .single-portfolio #header {
        display: none;
    }
    .single-portfolio #main {
        margin-left: 0;
    }}

    Please make sure to add a button to go back to portfolio overview page so your visitors will not be trapped in single portfolio pages :)

    Best regards,
    Yigit

    #505081

    Hey!

    looks like its not working.. cache etc. is cleared.

    View post on imgur.com

    #505118

    Working now!

    (max-width: 768px) to 1920px

    #505129

    Hey!

    Sorry, please change the code to following one

    @media only screen and (min-width: 768px) {
    .single-portfolio #header {
        display: none;
    }
    .single-portfolio #main {
        margin-left: 0;
    }}

    “max” should be “min” :)

    Best regards,
    Yigit

    #1190366

    Hello Kiriesi staff

    by inspecting the portfolio items with google chrome source page inspector, have notice in the header of hidden links that should not be there:
    is it possible to hide the header only in portfolio items?
    Many thanks

    #1190428

    Hi,


    @Sachasilvestri
    Please edit your portfolio items and under Layout section, choose to hide header – https://imgur.com/a/GJyq0Dt

    since this thread is pretty old, we are going to close it. If you have any other questions or issues, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide header on portfolio items’ is closed to new replies.