Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I designed a landing page through page builder and want to remove the upper title that has the names of pages and the footer widget only for that page. Please be a little detailed, I have no knowledge of coding.
Hi Kanal
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Thanks :)
This is a theme level CSS challenge but we’ll do our best to help.
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
/* LED Sign Board */ .page-id-237 .header_wrap, .page-id-237 #footer { display: none; }You might also need to install the SiteOrigin CSS Editor.
That worked perfectly. Thank you very much.
Super, glad to hear that did the trick.