Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #129854
    puffhead
    Participant

    Hi there. I’m looking to make a few edits to Catch Responsive, and I was wondering if they were simple enough to be taken care of via this forum.

    I’m looking to completely remove the black bar right below the logo from all pages, and I’m hoping to add a second row of 4 more links in the “featured content” section, allowing for 8 in total.

    Also, if possible, removing the widget section completely, or just on the home page would be wonderful.

    Here’s an image illustrating what I’m looking to do:
    https://i.imgur.com/NCiAT2j.jpg

    Any and all input would be greatly appreciated 🙂

    #129892
    tikaram
    Keymaster

    To remove the black bar below the logo add the following additional css.

    .nav-primary.search-enabled {
        display: none;
    }

    You can add more featured content from customizer.
    Go to Appearance => Customize => Featured Content
    Under No of Featured Content : increase number of featured content as desired.

    To remove the sidebar widget : Go to Appearance => Customize => Theme options => Layout Options
    Under Default Layout : Select No sidebar (content width)

    Let me know if this resolves your issue. Please post in your site URL as well when you need any assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing header bar and adding more "Featured Content" links.’ is closed to new replies.