• Resolved BigCloudSmiling

    (@bigcloudsmiling)


    Hi,

    my site: https://www.taichihastings.com

    I cant figure out how to get rid of the blue ‘qigong and tai chi’ page title text on the home page. I have unchecked all the boxes in the content tab for displaying page title but it doesnt work for the home page. I have tried suggested additions to the css of

    /** no titles to all pages **/
    h2.pagetitle { display: none; }
    body.home h2.pagetitle { display: none; }

    etc but none of those worked.

    Also I dont know why sidebar doesnt show up. It shows up in the customizable settings but not on the live home page, and on the other pages it is not correct.

    Also how to get rid of the lines around the youtube videos on the home page and training aids.

    Thanks,
    Russell

Viewing 10 replies - 1 through 10 (of 10 total)
  • CypressWebs

    (@jmeyer2485)

    I cant figure out how to get rid of the blue ‘qigong and tai chi’ page title text on the home page.

    In you Child Theme or CSS Editor Plugin try:

    .page-header {
        display: none;
    }

    Also I dont know why sidebar doesnt show up. It shows up in the customizable settings but not on the live home page, and on the other pages it is not correct.

    I believe the side bar will show up if you have a static front page.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    I fixed the table problem by the way.
    with this in the css:

    .entry-content table, .entry-content tr, .entry-content th, .entry-content td, .entry-content tbody, .entry-content thead, .entry-content tfoot {
        border: 0 none;
    }

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    And great Erik that fixed my page title problem, thanks ??

    Not sure where else to make front page static than in customize > homepage > Front page displays which is already set to static? looking now.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    So, I still have the sidebar problem, and in the homepage tab the front page is already set to a static page.

    CypressWebs

    (@jmeyer2485)

    Try going to Pages then hover over your home page, click quick edit, then select sidebar in drop down box next to the word Template

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    I already set them all to sidebar right.

    CypressWebs

    (@jmeyer2485)

    Sorry, I’m stumped at this point, hopefully the theme creator or someone with more skills can figure this one out.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    Ok thanks for help.

    Interestingly it appears fine when customizing it.

    CypressWebs

    (@jmeyer2485)

    It also worked on my test site also.

    Thread Starter BigCloudSmiling

    (@bigcloudsmiling)

    Fixed it. In customize > sidebar layouts I needed to set Page layout to sidebar right as well. I only had Default layout set to sidebar right.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Page titles, sidebars, unwanted lines.’ is closed to new replies.