Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1146482
    rolojamie
    Participant

    Hi there!

    Love the theme and the support given on this forum, however I can’t seem to find an answer to what I’m looking for..

    I’m on my last steps to completely finishing a blog page for my business, however I can’t seem to find how to customise all my blog post layouts all at once. I would like for the entire page to be centered, with a bigger title and a smaller main picture, but every time I change the width of the layout, it changes throughout the site and I only need it for blog posts. I would also like to take away the box around every picture and just have it plain.

    It would be amazing if you could help me.

    I’m looking for this sort of layout but in a smaller scale.
    http://www.peexo.co.uk/2016/08/last-week-in-portugal-i_24.html

    Website address is – jewellerybloger.co.uk

    #1146554
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .single-post .x-main.full {
        width: 70% !important;
        margin: auto !important;
    }
    .single-post .x-header-landmark {
    display: none;
    }
    .single-post .entry-header {
    text-align: center;
    }
    .single-post .entry-title:before {
    display: none;
    }
    

    Hope it helps

    Joao

    #1146694
    rolojamie
    Participant

    That’s so great thanks!

    Another question – how can i capitalize the titles but not affect the other titles on the front page of my website?

    Thank you ever so much

    Angelyque

    #1146815
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer CUustom CSS

    .post-title {
        text-transform: uppercase;
    }

    Hope it helps

    Joao

    #1146836
    rolojamie
    Participant

    Hi

    I’m afraid that code isn’t working for some reason. The url is jewelleryblogger.co.uk

    Thanks

    #1147073
    Joao
    Moderator

    Hi There,

    Please add the following code, if doesnt work, please provide more details about what titles you are trying to change in order that we can help.

    .x-recent-posts .h-recent-posts {
    text-transform: capitalize;
    }
    

    Thanks

    Joao

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