• Resolved vickyh36

    (@vickyh36)


    Hi
    I would like to remove the intro colour box with page title from just one of my websites pages. I would like to remove it from my shop page as it shows arhive-product as the title. Ive tried most custom css to change the title to shop including using yoast SEO but still no luck. I believe the issue is within the theme.
    Thanks for your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • emranemranx

    (@emranemranx)

    Hi Vicky,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .post-type-archive-product #intro {
      display: none;
    }

    Thanks!

    Thread Starter vickyh36

    (@vickyh36)

    Thanks that work just as I wanted it. Thank you for your quick response on this!!

    Thread Starter vickyh36

    (@vickyh36)

    Resolved with this solution Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove intro core box and page title for just one page?’ is closed to new replies.