• Resolved LeClair

    (@joshaleclairgmailcom)


    Hey all!

    My webpage can currently be found at https://joshualeclair.ca/mainsite/, and I’m struggling with removing the Header Text from that page. I would like the header text reading ‘joshualeclair.ca’ to be visible on all other pages of the site, but not on the main page, because it looks redundant with the graphic on there.

    Anyone have any ideas? I’d appreciate the help!

    – J

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try adding this CSS to the custom CSS part of your theme options:

    body.page-template-template-landing-page-php #site-title a {
      display: none;
    }

    That gets rid of the entire space – is that what you want – if not, we can likely tweak it.

    Thread Starter LeClair

    (@joshaleclairgmailcom)

    That’s exactly what I want! You are a God!

    Out of curiosity, is there a way to tweak that to make it specific to the page id?

    Sure, those are always visible in the body tag – so for yours it’s

    <body class="home page page-id-96 page-template page-template-template-landing-page-php">

    So you can swap out that template for .page-id-96 – I probably should have done it that way in the first place :)!

    Thread Starter LeClair

    (@joshaleclairgmailcom)

    Having grown up with HTML and left for a while, I’m slowly catching on to CSS, so that’s good to know. I also figured that might be helpful for the next poor soul to have this problem! Thanks so much! =)

    CSS is very fun once you get some of the basics down. BTW, just perused your site a bit – really nice job – and nice post on yoga! I’m a Bikram fan …

    Thread Starter LeClair

    (@joshaleclairgmailcom)

    Hahah thanks! Graphics are where I really live, but I’m trying to expand. You’d be surprised how much actor friends are willing to spend on a doctored WordPress or Wix site!

    Don’t even get me started on yoga – thanks for reading =)

    Hey quick question, maybe it can be answered thought here.

    i am working on this https://barrysfranklin.com/web/

    Dont mind the logo, that will be fixed, my question is..

    I would like to perhaps add the contact info under the social links, how do i do that?

    Also, could i make the social links stay highlighted so people can see them better?

    Thanks in advance.

    @nickf26: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem is completely different.

    Oh okay sorry, first timer here. I just filed a new post on the problem! thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Theme: Pinboard] Remove Header Text from Landing Page only’ is closed to new replies.