Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150687
    alisonglass
    Participant

    Hi,
    I am trying to figure out how to customize the styling of our sidebar at alisonglass.com/news.

    I would like to get rid of all the lines surrounding the categories as well as the dotted underlines of the different categories.

    Additionally, is there a way to style the archive search page so that the title part “Category Archive

    Below you’ll find a list of all posts that have been categorized as โ€œdesignโ€” is hidden. I have enclosed screen shots of the two pages.

    #1150688
    alisonglass
    Participant

    this is the archive search page screen shot. Thanks for your help!

    #1150692
    alisonglass
    Participant

    lets try this again

    #1150711
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-sidebar .widget ul, .x-sidebar .widget ol, .x-sidebar .widget ul li, .x-sidebar .widget ol li, .x-sidebar .widget ul li a, .x-sidebar .widget ol li a {
      border: medium none;
      box-shadow: none;
    }
    

    I didn’t get your other question. Would you clarify a bit?

    Hope this helps.

    Cheers!

    #1150900
    alisonglass
    Participant
    This reply has been marked as private.
    #1150909
    alisonglass
    Participant

    YAY!!! So I fixed the sidebar borders issue globally (I had only done it on that page, oops.) If you can help me with the categories pages styling that would be awesome. I will add a pic of what I would prefer, if that would help.

    #1151026
    Darshana
    Moderator

    Hi there,

    I’m sorry, but it’s not clear what changes you require on the category page. Do you want to get rid of “Category Archive” and the description below?

    Let us know.
    Thanks!

    #1151926
    alisonglass
    Participant

    Yes please! I would like to make it so I just see the breadcrumb trail over the grid of posts.

    #1151934
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .category header.x-header-landmark.x-container.max.width {
        display: none;
    }

    Hope it helps ๐Ÿ™‚

    #1196118
    alisonglass
    Participant

    it did help.
    Thanks!

    #1196134
    Prasant Rai
    Moderator

    You are most welcome. ๐Ÿ™‚

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