Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1282493
    adamspeaks
    Participant

    Hi, 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.com

    Thank you!

    #1282749
    Lely
    Moderator

    Hello 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.

    #1283736
    adamspeaks
    Participant

    Thank 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

    #1284133
    Rupok
    Member

    Hi 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!

    #1290015
    adamspeaks
    Participant

    Deleted

    #1290046
    Joao
    Moderator

    Let us know if you need further help,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1282493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>