Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056826
    Zoe P
    Participant

    Hi 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

    #1056909
    Joao
    Moderator

    Hi 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

    #1058481
    Zoe P
    Participant

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

    #1058483
    Zoe P
    Participant

    Actually 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

    #1058529
    Joao
    Moderator

    Hi 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

    #1058562
    Zoe P
    Participant

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

    #1058678
    Jade
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1068768
    Zoe P
    Participant
    This reply has been marked as private.
    #1068796
    Joao
    Moderator

    Hi Zoe

    Please add the following code at appereance customizer custom CSS

    .x-landmark {
    padding-right: 0 !important;
    }

    Hope that helps

    Joao

    #1071952
    Zoe P
    Participant

    Hi 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

    #1071961
    Jade
    Moderator

    Hi Zoe,

    Please try to add this code:

    .single-product .x-landmark {
        display: none;
    }

    Hope this helps.

    #1080401
    Zoe P
    Participant

    yep that did the trick thanks!

    #1080572
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1130116
    Zoe P
    Participant

    Hi 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

    #1130421
    Rue Nel
    Moderator

    Hello 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.

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