Tagged: x
-
AuthorPosts
-
December 5, 2016 at 8:27 pm #1282493
adamspeaksParticipantHi, I am working on changing the sidebar on our blog page. I am needing the background color to be white and I would also like to remove the headers for the ads we have listed. I have read through several threads and the code isn’t working for me
The website is:
http://www.moneysavvy.comThank you!
December 6, 2016 at 2:40 am #1282749
LelyModeratorHello Adam,
Thank you for the URL.
Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:.blog aside.x-sidebar.right { background-color: #ffffff; padding: 10px; }See this video screencast on how to check which element we need to use:http://screencast-o-matic.com/watch/cDl1jzQoJ6
blog class is the body class of the page at the end of the screencast. This is to filter the CSS for blog index page only.To hide the headers, please use this CSS:
.blog .widget:first-child h4.h-widget { display: none; }Hope this helps.
December 6, 2016 at 4:08 pm #1283736
adamspeaksParticipantThank you!
I added both of those CSS changes. Looks like it only removed the first header and id didn’t change the background of the sidebar to white.I followed the directions of Appearance > Customize > Custom > Edit Global
http://www.moneysavvy.com/read for reference.
Did I do it incorrectly?
Thank again for you assistance.
Adam
December 7, 2016 at 12:34 am #1284133
RupokMemberHi Adam,
The suggested code looks fine and it must work if you add properly. I can’t see the code on your site, so either it was not added properly or there is some code that’s not properly closed which might preventing the other code. Let’s check the other codes as well.
Thanks!
December 12, 2016 at 8:43 am #1290015
adamspeaksParticipantDeleted
December 12, 2016 at 9:06 am #1290046
JoaoModeratorLet us know if you need further help,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1282493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
