Tagged: x
-
AuthorPosts
-
August 27, 2016 at 9:11 am #1149644
yhshin1020ParticipantHey,
I want to change the font and size of the blog title and content.
I’ve seen other threads but none of the codes suggested work.
Thanks.
August 27, 2016 at 9:13 am #1149649
yhshin1020ParticipantThis reply has been marked as private.August 27, 2016 at 9:57 am #1149679
ThaiModeratorHi There,
Please add the following CSS:
.blog .x-iso-container-posts.cols-3 .entry-title { font-size: 32px; } .blog .entry-content { font-size: 20px; }Hope it helps 🙂
August 27, 2016 at 10:03 am #1149686
yhshin1020ParticipantThanks,
How do i get rid of the comment section?
I went to Settings > Discussion, but it still appears.
Also, how can i add a padding-top to all the post pages?
Thanks.
August 27, 2016 at 10:53 am #1149719
ThaiModeratorI went to Settings > Discussion, but it still appears.
This setting could be overridden by the post individual setting, please edit your post > scroll down to Discussion section > uncheck on the Allow comments:
http://i.imgur.com/RUiuh5x.png
Regards!
August 27, 2016 at 11:01 am #1149726
yhshin1020ParticipantThis reply has been marked as private.August 27, 2016 at 11:03 am #1149730
yhshin1020ParticipantThis reply has been marked as private.August 27, 2016 at 11:44 am #1149768
ThaiModeratorHi There,
Please update the previous CSS a bit:
body .entry-title { font-size: 32px; } body .entry-content { font-size: 20px; }Another thing: I want to add a padding-top: 5%; for every blog posts. Currently the blog post goes under the header because the header is set to absolute.
In this case, please find this CSS:
.x-navbar { position: absolute; width: 100%; top: 0; background-color: rgba(255, 255, 255,0.9); box-shadow: none; border-bottom: none; }And replace with this:
.home .x-navbar { position: absolute; width: 100%; top: 0; background-color: rgba(255, 255, 255,0.9); box-shadow: none; border-bottom: none; }August 27, 2016 at 10:04 pm #1150132
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 1:00 am #1150214
Rue NelModeratorHello There,
To position the navbar absolute in all pages, please use this code instead:
.x-navbar { position: absolute; width: 100%; top: 0; background-color: rgba(255, 255, 255,0.9); box-shadow: none; border-bottom: none; } .site > .x-container { padding-top: 5%; }Please let us know how it goes.
August 28, 2016 at 1:10 am #1150222
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 1:36 am #1150235
Rue NelModeratorHello There,
Thanks for the updates! Then you can use this css instead:
.postid-1368 .site > .x-container { padding-top: 5%; }Please notice that we use another class
.postid-{ID#}or you could also usepage-id-{ID#}. You just need to find out the post ID number or Page ID number. To know how you can find the ID number, please check out our knowledge base:
https://community.theme.co/kb/how-to-locate-post-ids/Hope this helps.
August 28, 2016 at 1:41 am #1150239
yhshin1020ParticipantThis reply has been marked as private.August 28, 2016 at 1:50 am #1150246
ChristopherModeratorHi there,
To target all posts, try this code :
.site > .x-container { padding-top: 5% !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1149644 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
