• Resolved pf_bgf

    (@pf_bgf)


    Hi,
    I want to display only full witdh images in the Front Page Section – without article/post bloc/content. Just be able to scroll down some pics.
    I′ve seen the effect on story-telling themes, like aesoptheme novella
    thanks/Per

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    link you have shared is a post single page. Do you want to add header image with image gallery below it?
    Please elaborate little more.

    Best Regards.

    Thread Starter pf_bgf

    (@pf_bgf)

    Hey!

    The link was just to highlight the effect I′m looking for – scrolling photos in the end av the page, without any content/bloc/text. Didn thought about format/tmpl.

    Now I made two photos at the end of my site https://bagarbil.com with the same text: “Drive carefully” – and it is this text and its white bloc background I want to hide.

    I put the code
    “.panel-content {
    display: none
    }”

    … and then EVERY text/bloc disappeared – but I just want to hide “panel6” and “panel7” (ids).

    thanks!
    /Per

    try to use:

    #panel6 .panel-content .wrap,
    #panel7 .panel-content .wrap { 
      display: none; 
    }
    Thread Starter pf_bgf

    (@pf_bgf)

    Yes, it works perfect, thanks a lot!
    All the best,
    Per

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Front Page Section – display only image (no bloc/content)’ is closed to new replies.