Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1297138
    outer_net
    Participant

    Hey guys,

    Just wondering if you might be able to advise, I was looking to place a custom on a certain page to offset the see menu?

    I have a grid over the menu as you can see.

    http://www.waterstreetgallery.co.uk/artists/original-prints/

    Thanks so much

    Damian

    #1297141
    Christian
    Moderator

    Hey Damian,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    @media (min-width: 980px) {
    .page-id-29 .x-sidebar {
        margin-top: 300px;
    }
    }

    29 is the ID of your page. See https://community.theme.co/kb/how-to-locate-post-ids/ to get your page ID.

    Thanks.

    #1297323
    outer_net
    Participant

    That’s Great thanks Christian,

    Any idea on another quick question?

    How can I customise the News page?

    I just want funk it up a little and maybe put a pdf download somewhere for the Newsletter somewhere.

    Lastly I was hoping to customise the categorise on the page, make it a bit more minimal, remove the ‘Post categorise title and the boxes.

    Thanks so much,

    You guys rock!

    Damian

    #1297352
    Nico
    Moderator

    Hi There,

    To remove the post categories and title, Add this in your Customizer > Custom > CSS:

    .category .entry-footer{
    display:none;
    }

    In regards to blog page, you can follow the link below.

    https://community.theme.co/forums/topic/customizing-blog-page/
    https://community.theme.co/forums/topic/edit-blog-template/

    Hope it helps. Thank you for understanding.

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