Home Forums Pro Themes Blog Pro Remove banner from "Blog" side

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68551
    Roland Kovacs
    Participant

    Hy!
    I’m created a static home page with a banner. The banner is appearing on the “Blog” side also, where all my posts are.
    How can I remove the banner from the blog side, I only want it on the home page to appear.

    Thanx, Roland.

    #68628
    wensolutions
    Keymaster

    Hello @backupbab,

    First of all thank you very much for using the pro version of the theme.

    Now to remove the banner appear in the blog page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog div#main-slider {
        display: none;
    }

    Hope this helps.

    Best Regards!!

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