Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910427
    Bildreth
    Participant

    Hi,

    I’m slowly getting to grips with my site, I’m using X theme – integrity.

    I have only 2 static pages ‘About’ and ‘Home’. I have 1 blog stream page – which is ‘New Releases’ – or at least i thought that’s how it worked, that any new posts would automatically become part of the blog stream and go to the top of the stack.

    I made 2 new posts – put them both in the new releases category i created, and i can edit the posts from within the back-end admin area which lets me go back and forth between the 2 new brown boot posts with little arrows top right. but when i go to my site – they are nowhere to be seen, the original black pair of boots are there so I’m confused.

    You can See here http://www.meschene.com – I have one image of a black boot under ‘new releases’ and no sign of the two new posts…

    Also – my comments section on the new posts is there but not on the black pair! attached image has ‘leave a reply in writing so small i doubt a hobbit could read it!

    can you help ?

    bildreth.

    #910440
    Bildreth
    Participant

    Hi – I think I figured it out…

    the ‘new releases page’ had been set as the blog page and checked as so in the setttings part of the backend admin area – i found it was no longer checked as the blog page!

    the only other thing which is irking me now is the tiny tiny writing above the comments box ‘Leave a Reply’ – Which is the best video to watch on controlling the size / colour/ etc of such things – i know its h1, h2, h3 – etc – but there’s a ‘looks like’ way i believe to make the writing bigger…

    can anyone point me in the right direction to gain better understanding of header control ~?

    Bildreth 🙂

    #910646
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    p.must-log-in {
        font-size: 28px;
    }
    h3#reply-title {
        font-size: 35px;
    }

    Hope it helps.

    #911214
    Bildreth
    Participant

    Thanks Christopher that did it 🙂

    #911755
    Jade
    Moderator

    You’re most welcome Bildreth.

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