Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #225978
    Darek
    Participant

    When you go to the “customize” section and go to “theme options” everything in there only has 3 options “disabled”, “homepage/frontpage” or “entire site”. I want specific elements to be displayed on specific pages, why are there only 3 options available? And for example if I want to use the “Pricing table” on a specific page of my website how do I do that?

    #226016
    Skandha
    Participant

    @darek: Hello there,
    To use a Section only on a specific page you will need to first enable that section on entire site and then I can provide you the CSS Code to display it only on a specific page.

    Kind Regards,
    Skandha

    #226103
    Darek
    Participant

    I already did this so can you send me the code please, thank you.

    #226410
    Skandha
    Participant

    @darek: Hello there,
    Please post in your site URL and let me know on which specific page you would like to enable the section.

    Kind Regards,
    Skandha

    #226429
    Darek
    Participant

    It’s a bit more complicated then that because I want different sections enabled on different pages and I’d rather not post my website url publicly just yet, is there an email or something else we can get in touch? Thanks

    #226621
    Skandha
    Participant

    @darek: Hello there,
    I have sent you an email. Please check your inbox.

    Kind Regards,
    Skandha

    #226741
    Skandha
    Participant

    @darek: Hello there,
    To enable Pricing Section only on Signals Page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-42) #pricing-section {
    	display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Theme Options’ is closed to new replies.