Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1371037
    alisonglass
    Participant

    Hi there,
    I just switched from Intergrity to renew and I need some help styling the recent post page. I have attached a screenshot with my problem areas marked in red. My site is alisonglass.com.(all of my versions are the most current) I am also worried that there maybe some broken custom CSS from the switchover. I didn’t do a good job labeling it the first time around and I am not sure how to clean it up for use with this new stack.

    Issues are:
    “The Blog” title, I would like it gone.
    The lines at the top of the page should be gone.
    I would like to put the items in the sidebar closer together.

    Thanks!
    Jessica

    #1371042
    alisonglass
    Participant

    also there is a faint icon next to the post title that I would like gone.
    — THANKS!
    Jessica

    #1371342
    Prasant Rai
    Moderator

    Hello Jessica,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-sidebar .widget {
        margin-top: 1em;
    }
    
    h4.h-widget {
        padding-top: 20px;
    }
    
    h1.h-landmark {
        display: none;
    }
    
    header.x-header-landmark {
        border: 0 !important;
    }
    

    Thanks.

    #1372016
    alisonglass
    Participant

    That helped a lot! I labeled the changes so that I can find them in the future. Is there a way to hide the Icon next to the post title?

    #1372177
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .format-standard .entry-title:before{
        display:none;
    }

    Thanks.

    #1383114
    alisonglass
    Participant

    That did it! Thanks!

    #1383168
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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