Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1282778
    Garry
    Participant

    Hi X-Theme,
    I made my custom category page using cornertstone (File Attached_
    And I want to ask 2 things :
    1. How can I remove the page title from the layout.
    2. How can I make the “BUSINESS” text to the upper location. I have reduce the section padding to 0 but its still far from the top of the page (File attached)

    Thanks

    #1282780
    Garry
    Participant
    This reply has been marked as private.
    #1282899
    Christopher
    Moderator

    Hi there,

    Please check the box ‘Disable Page Title’ under page settings.
    Update h2 tag to :

    <h2 style="margin-top: 0;"><strong><span style="color: #713215;">BUSINESS</span></strong></h2>

    Hope it helps.

    #1282904
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .page-id-456 h1.h-landmark.entry-title {
        display: none;
    }
    
    .page-id-456 h2 {
        margin-top: 0;
    }

    Hope it helps 🙂

    #1283301
    Garry
    Participant

    Hi its works!
    But

    h1.h-landmark.entry-title {
        display: none;
    }

    Without ticking “Disable Page Title” little margin still remain.

    So ticking the “disable page title” and `h2 {
    margin-top: 0;
    }` Is the answer I found for my problem

    Thankyou very much X theme team! Really appreciate it.

    #1283406
    Rupok
    Member

    Glad that you are all set now. Have a nice day!

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