Tagged: x
-
AuthorPosts
-
February 11, 2017 at 7:28 am #1366983
mikireimannParticipantHow can I make the Blog title big,
here http://demo.theme.co/renew-2/blog/
similar to the start page http://demo.theme.co/renew-2/
and maybe not in the breadcrumb line, when I remove the breadcrumbs, the line still stays..
Thank you for a reply:)
February 11, 2017 at 10:22 am #1367050
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.entry-title { font-size: 86px; } .x-header-landmark { border: none; }Hope it helps 🙂
February 12, 2017 at 5:37 am #1367749
mikireimannParticipantHi, thank you. The border is gone / thats perfect:)
but the header refers to each header in each post, I meant to change “The Blog” Titele size.How do I do that?
February 12, 2017 at 6:00 am #1367772
mikireimannParticipantAlso, how can I make the recent posts look like pictures? Like here: http://demo.theme.co/renew-2/affiliate-marketing-101-self-hosted-video/
February 12, 2017 at 6:22 am #1367782
ThaiModeratorHi There,
Please update this CSS:
.entry-title { font-size: 86px; }To this:
h1.h-landmark { font-size: 86px; }For the recent posts, you can try with this shortcode:
[recent_posts count="3" orientation="vertical"]Hope it helps 🙂
February 14, 2017 at 2:12 am #1370126
mikireimannParticipantThis reply has been marked as private.February 14, 2017 at 2:18 am #1370131
mikireimannParticipantRegarding the posts like here http://demo.theme.co/renew-2/affiliate-marketing-101-self-hosted-video/
what does this information refer to? [recent_posts count=”3″ orientation=”vertical”] where would I add it?
I understand, the posts would need a featured image, correct?February 14, 2017 at 3:41 am #1370197
FriechModeratorHi There,
The CSS given to resize the blog title is not working because the first block of custom css you have was not close.
.x-colophon.bottom { background-color: #a7a7a7;Please add the closing bracket [ } ].
That is the Recent posts shortcode, that was the code used to render the latest posts on the sidebar of this page.
Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1366983 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
