Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366983
    mikireimann
    Participant

    How 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:)

    #1367050
    Thai
    Moderator

    Hi There,

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

    .entry-title {
        font-size: 86px;
    }
    
    .x-header-landmark {
        border: none;
    }

    Hope it helps 🙂

    #1367749
    mikireimann
    Participant

    Hi, 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?

    #1367772
    mikireimann
    Participant

    Also, how can I make the recent posts look like pictures? Like here: http://demo.theme.co/renew-2/affiliate-marketing-101-self-hosted-video/

    #1367782
    Thai
    Moderator

    Hi 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 🙂

    #1370126
    mikireimann
    Participant
    This reply has been marked as private.
    #1370131
    mikireimann
    Participant

    Regarding 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?

    #1370197
    Friech
    Moderator

    Hi 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!

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