• Resolved friconneaub

    (@friconneaub)


    Hi everybody,
    I’m trying to create a web site (on a local host, so offline at this moment) with the blossom travel theme.
    It’s getting pretty good. However, i would like to remove the banner image from the blog page. Not from the home page, but from the blog page.
    Where and/or how this can it be done ?
    Regards

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

    (@blossomthemessupport)

    Hi @friconneaub,

    There is no option to disable the banner section on the blog page.

    But, with the help of CSS of you can hide it. As the banner is associated with the first header layout, hiding it will cause an issue.

    You can switch to header layout two via Customizer > Layout Settings > Header Layouts. After that, you can add the below code in Additional CSS.

    .blog .banner{
        display: none;
    }

    I hope this helps. Kindly let me know if you have any questions.

    Thread Starter friconneaub

    (@friconneaub)

    Great !
    It works pretty good !
    Thanks for help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing banner image from blog page’ is closed to new replies.