Tagged: x
-
AuthorPosts
-
August 25, 2016 at 7:05 am #1146482
rolojamieParticipantHi 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.htmlWebsite address is – jewellerybloger.co.uk
August 25, 2016 at 8:08 am #1146554
JoaoModeratorHi 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
August 25, 2016 at 9:51 am #1146694
rolojamieParticipantThat’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
August 25, 2016 at 10:56 am #1146815
JoaoModeratorHi There,
Please add the following code to Appereance Customizer CUustom CSS
.post-title { text-transform: uppercase; }Hope it helps
Joao
August 25, 2016 at 11:12 am #1146836
rolojamieParticipantHi
I’m afraid that code isn’t working for some reason. The url is jewelleryblogger.co.uk
Thanks
August 25, 2016 at 2:12 pm #1147073
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1146482 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
