• I want to disable the pricing table settings page. I don’t want to use it on my website at this time, but I may want to use it later. How would I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Hide section option available with the pro version of theme. But you can use this code as a temporary solution.

    #price-package{
    display:none;
    }

    Please check this link for difference between lite and pro.
    https://www.themehunk.com/product/novellite-one-page-wordpress-theme/

    Thank You.

    Thread Starter vsimm63

    (@vsimm63)

    Thank you for the code. This is my 1st time working with WordPress and I’m loving it. It’s very user friendly and your support is great. But I can’t figure out where I need to put the code so it’ll work. Can you walk me thru it?

    Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Go to the Appearance > Customize > Custom CSS and paste that code. It will work.

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable pricing table settings page?’ is closed to new replies.