• Resolved shartrinity

    (@shartrinity)


    I am trying to remove the following content from my footer:

    “Find a Tour or Pilgrimage” and the selections to the right where it says “Select a group leader,” “Select a parish,” Select a destination” and “Find a Tour.”

    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The WordPress theme on your site calls itself “ttt”, which very much sounds like a theme specifically built for your website. Therefore you may need to check with the theme developer how to change or remove this section. https://m5designstudio.com/

    Hi @shartrinity

    It looks like you are showing this section with a shortcode in the widget. I suggest you contact your theme support and ask them for help.

    Please go to Appearance->Customize->Additional CSS then paste that code

    footer .shortcode-search .help{
       display: none;
    }

    If not work then paste that code please

    footer .shortcode-search .help{
       display: none !important;
    }
    Thread Starter shartrinity

    (@shartrinity)

    @jawad1234! You are amazing! Thank you!!! What do I need to do at the top of the header, titled “Account” “Cart”?

    Thread Starter shartrinity

    (@shartrinity)

    Never mind. I figured out how to remove that as well. Thank you again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing content from my footer’ is closed to new replies.