-
Author
-
May 25, 2018 at 10:49 #198968gimelkParticipant
Would this solution – https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-sidebar-border – also work for the right sidebar? I would like to get rid of the border from the right sidebar.
May 25, 2018 at 19:57 #199026RaduModeratorHi,
Just add this css
COPY CODE.sidebar.sidebar-right { border: 0 !important; }
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 29, 2018 at 17:49 #199285RaduModeratorHi,
try with this one instead
<pre
.sidebar {
border: 0 !important;
}or this one
COPY CODE.sidebar-right { border: 0 !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 30, 2018 at 23:45 #199440gimelkParticipantNeither of them worked. I’m beginning to think i’m doing something wrong.
May 31, 2018 at 18:13 #199498RaduModeratorDid you have possibility to be online to can see and test that live ?
Cheers
rHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 1, 2018 at 17:56 #199617RaduModeratorhi,
Those css that does, removes that, not sure why they not can you please give to me entire page source code on pastebin to can try to target that otherwise.
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 4, 2018 at 19:41 #199899RaduModeratorHi,
Use this instead, anyway all should word
COPY CODE.template-page, .sidebar { border: 0 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJune 5, 2018 at 16:08 #199971RaduModeratorCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.