Tagged: x
-
AuthorPosts
-
December 18, 2016 at 6:58 am #1297138
outer_netParticipantHey 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
December 18, 2016 at 7:08 am #1297141
ChristianModeratorHey 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.
December 18, 2016 at 1:24 pm #1297323
outer_netParticipantThat’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
December 18, 2016 at 3:00 pm #1297352
NicoModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1297138 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
