• Intro widget should appear only on my default homepage.
    But it appears on every page.

    Also: how can a do to fix main menu bar on the top of the page?
    I added in my css:
    position: fixed;
    z-index: 9999;
    width: 100%;

    but it floated on the right side

Viewing 1 replies (of 1 total)
  • Hello @bruttougo,

    If you wish to display the Intro widget only on the home page, you can achieve the request by pasting in the following additional css in your Admin Dashboard > Appearance > Customize > Additional CSS :

    body:not(.home) #supplementary {
       display: none;
    }

    If you have any further queries / issues, please feel free to post them. You can also post your queries to the theme’s official support forum for Dedicated and Swift Support at :

    https://catchthemes.com/support-forum/forum/create-free/

    Hope this Helps,

    Best Regards !!

Viewing 1 replies (of 1 total)
  • The topic ‘side-bar intro is not only on the home’ is closed to new replies.