Winter Special Sale! Unlock a 20% OFF on Bundle of 240+ WP Themes & 5 Plugins. Use code "SNOW20"
This Winter, Enjoy a cozy 25% discount on Premium WordPress Themes with the coupon code "WINTER25" at Checkout.

VW Healthcare Pro customizer question

Home Forums VW Theme VW Healthcare Pro customizer question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67923
    Kelli Thompson
    Participant

    Hello, I would like to disable the “call” button and the “notice” section in the header of this theme but cannot find a way to do that. is it possible?

    #67935
    developer vwtheme
    Participant

    Hi,

    Add the following CSS to remove the “call” button and the “notice” bar. To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .nottice-right {
    display: none;
    }

    .top-content {
    display: none;
    }

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.