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. 🙂
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
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;
}
Awesome. Worked perfectly. Thanks! 😀
You are most welcome here 🙂