Tagged: x
-
AuthorPosts
-
June 23, 2016 at 2:20 pm #1056826
Zoe PParticipantHi There,
I would like to centre allign the title of my pages and the body text (including the Shop Title and Blog title) but cannot work out how to do this.
I assume I can centre allign the body text using cornerstone(?) but I dont know how to do the respective page titles?
http://www.sandandseagulls.co.uk
Thanks
June 23, 2016 at 3:26 pm #1056909
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-header-landmark { text-align:center; }If you still need help with anything else please provide us more details and point us the specific pages.
Thanks
Joao
June 24, 2016 at 3:04 pm #1058481
Zoe PParticipantThanks that did the trick!
I also only want the shop title page to only appear on the main shop page, not on the product category or any individual product pages.
How do I do that?
Many Thanks!
June 24, 2016 at 3:07 pm #1058483
Zoe PParticipantActually having taken a second look the page title isn’t appearing quite in the middle of the main shop page, its slightly off centre!?
What would be causing this?
Thanks
June 24, 2016 at 3:51 pm #1058529
JoaoModeratorHi Zoe
Please update the code above to:
.x-header-landmark { text-align:center; padding-right: 0px !important; }And Add
.single .single-product.x-header-landmark { display: none; }Hope that helps,
Joao
June 24, 2016 at 4:28 pm #1058562
Zoe PParticipantHi, that didnt work? Its still displaying the shop title on all pages?
Also – still not sure why the shop title isnt actually in the centre, its slightly off-centre?
Thanks
June 24, 2016 at 7:22 pm #1058678
JadeModeratorHi Zoe,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 1, 2016 at 2:44 pm #1068768
Zoe PParticipantThis reply has been marked as private.July 1, 2016 at 3:08 pm #1068796
JoaoModeratorHi Zoe
Please add the following code at appereance customizer custom CSS
.x-landmark { padding-right: 0 !important; }Hope that helps
Joao
July 4, 2016 at 3:24 pm #1071952
Zoe PParticipantHi Joao,
Thanks that did the trick with centering the text but it is still displaying the shop title page on all product and product category page though?
Thanks
July 4, 2016 at 3:36 pm #1071961
JadeModeratorHi Zoe,
Please try to add this code:
.single-product .x-landmark { display: none; }Hope this helps.
July 10, 2016 at 1:46 pm #1080401
Zoe PParticipantyep that did the trick thanks!
July 10, 2016 at 7:07 pm #1080572
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
August 13, 2016 at 2:32 pm #1130116
Zoe PParticipantHi there, futher to the above please can you advise how I stop the page title being displayed on the homepage (which also happens to be the woocommerce shop aswell).
I have ticked the ‘Disable Page Title’ box on the page editor but it doesnt make a difference.
Thanks
August 13, 2016 at 11:11 pm #1130421
Rue NelModeratorHello There,
To resolve your issue and hide the landmark title in your home page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.home .x-landmark { display: none; }And since you are using CloudFlare and may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache, please keep in mind that after doing every updates or making any site changes, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1056826 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
