• Resolved norbertt

    (@norbertt)


    I want to disable one of the shown pictures.

    if i choose hero -> inner-site-hero backgroundtype “image”
    and i choose a post image (in blogsettings)
    he double the picture in background (hero) and below a big picture.

    is there a option to keep the background image from post and delete the big image from the post ?

    thx 4 support
    greetings Norbert

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

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

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    img.space-bottom-small.space-bottom-xs.wp-post-image {
    display:none!important;
    }

    Thread Starter norbertt

    (@norbertt)

    it works,
    thx alot for this fast support

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘double image from blogposts’ is closed to new replies.