-
Author
-
March 8, 2018 at 05:12 #190869bigal7Participant
Hi there, I would like to completely remove the right sidebar border from my site. I can’t find the answer anywhere. How can I do this please? Thanks. Alan
March 8, 2018 at 18:04 #190962RaduModeratorHi,
Just use this css
COPY CODE.sidebar.sidebar-main { border: 0 !important; }
The css will be added to wp-admin -> theme options -> general options -> quick css
COPY CODE.sidebar.sidebar-main { border: 0 !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2018 at 01:53 #191032bigal7ParticipantThanks Radu. But that did not work. I pasted it where you said. I also tried in the “customise – additional css” but that did not work either.
Maybe I am not explaining myself properly.
This is an example post from my site – https://www.orangezonelife.com/the-best-way-to-burn-fat-epoc/
I just want that thin dividing line between the text and my widget area to be gone or to be the same color as the background so it’s not seen.
Please let me know of that can be done.
Thanks
March 9, 2018 at 17:01 #191107RaduModeratorHi,
replace with those
COPY CODE.sidebar { border: 0 !important; } .template-page { border: 0 !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2018 at 01:35 #191301bigal7ParticipantThanks so much, it worked exactly how I wanted it to! I really appreciate your help.
March 12, 2018 at 15:56 #191475RaduModeratorGreat
Leave us a review and five stars on them forest kleo page if you really are happy with our support service
Have nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.