Does Custom Design package allow me to edit current site?

  • Unknown's avatar

    If I purchase the “custom design” option, can I remove the left sidebar (only the “search” box) on the pages on my website? I’m using the Stay theme and can’t tell if the package would let me make this change or if I would have to scrap the current design.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Yes, you can remove the left sidebar from the pages in the Stay theme using Custom CSS, which is part of the Custom Design upgrade.

    With the Custom Design upgrade, you can go to Appearance > Customize > CSS and add the following CSS code to remove the sidebar from the pages on your website:

    #content {
    	padding: 0;
    }
    
    #secondary {
    	display: none;
    }

    You can find out more about Custom CSS here:

    Please let me know if you have any questions about that!

  • The topic ‘Does Custom Design package allow me to edit current site?’ is closed to new replies.