• Resolved jgood4life

    (@jgood4life)


    I am using the Frontech theme. How do I get rid of the (archives) and search feature on the side bar? And at the bottom of my page it shows all my pages? How do I make those 2 item go away? I have checked both sidebar menu’s and footer menu’s and I have removed all widgets. I cant figure this out. any help would be appreciated. Thank you. On some page I was able to expand the view to full page and it would hide the sidebar info, but not the footer and on some pages I can not get that trick to work. Help please.

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

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

    Try to put below CSS rules into Custom CSS editor:

    .woocommerce-page .sidebar {
        display:none;
    }

    and see screenshot for menu issue.

    or if you want to remove footer copyright menu please follow below instructions:

    Put below CSS rules into custom CSS editor:

    .footer_copyright {
        display: none;
    }

    save the changes.

    Thank You

    Thread Starter jgood4life

    (@jgood4life)

    The .woocommerce-page .slider {display: none;} did not work the search and archives are both displayed

    The .footer_copyright {display: none;} worked. Thank you.

    Other guidance? For the first issue?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Please try it.

    .woocommerce-page #sidebar {
        display:none;
    }

    Thank You

    Thread Starter jgood4life

    (@jgood4life)

    That worked this time maybe I did not refresh the page sorry. Thank you so much for your help.

    you are most welcome.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove extra footer and side bar menus items’ is closed to new replies.