• Resolved chech1965

    (@chech1965)


    I am trying to remove the right sidebar from my posts and page. I just changed themes and on my last one, the sidebar would only appear on the home page. Is there a way to have my posts and pages full width with no sidebar?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter chech1965

    (@chech1965)

    Okay…I’ve used Woosidebars to remove them from posts and pages but those are still narrow width. Is there someway to make them full width. 🙂

    Thread Starter chech1965

    (@chech1965)

    Figured it out! The theme actually gives me the option to have one, both or no sidebar and one with no sidebar and full width! Didn’t notice it until I went in to edit a page. So, I have to go back and edit every single page and post, but worth it to have the whole width!

    Hi @chech1965,

    Awesome great to see you got that figured out.

    Please advise if you have more questions.

    Have a fantastic day!

    Cheers,
    Vinod Dalvi

    Thread Starter chech1965

    (@chech1965)

    Thanks! I do have one more question…the links are all underlined. Is there anyway to remove them? If a CSS code addition is needed, I’d need to know exactly where to put it. Thanks. 🙂

    You can try removing the underline by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Travelify Other Options

    #main a {
        text-decoration: none;
    }
    Thread Starter chech1965

    (@chech1965)

    Awesome. Worked perfectly. Thanks! 😀

    You are most welcome here 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Removing sidebar from posts/pages’ is closed to new replies.