Business Identity Support CSS

  • Unknown's avatar

    Hi,

    I need your help with some CSS because as you see on my pages that the title of the pages which we don’t like. I am sorry if we ask for this a lot, but we are still looking for some developers. I really would like your help if you can help me hide the page titles only, with some CSS.

    Here is some pages:

    https://www.realsimpleway.com/tech-support/
    https://www.realsimpleway.com/life-support/

    You will see the titles as “Life Support” and “Tech Support”, and other pages.

    Please help me out.
    Thanks!
    Billy.

    The blog I need help with is: (visible only to logged in users)

  • Hi, are you planning on keeping this theme for a while? I want to note any changes you make to the CSS will be lost if you change your theme, because they only apply to this theme.

    That said, you should be able to the page title header on all pages with this CSS:

    .page #page-header {
    display: none;
    }

    This tutorial will be helpful for learning CSS for your own sites, by the way. Just be sure you have mastered the techniques before suggesting CSS code to others.

  • Unknown's avatar
    realsimpleway · Member ·

    Hi,

    Yes I should. And we keep records of CSS by copying it to our notes, and we take out the ones we need.
    Thanks for that CSS, and we are still looking for a developer hard and focused.

    Thanks!
    Billy!

  • Just try inspect element in Chrome, as suggested in the video. It helps a bunch. :)

  • Oh but do bear in mind the video is old. CSS is not via Jetpack now. You just paste in CSS in your customizer.

  • Unknown's avatar

    Hi,

    I have done that. I added it, but it causes some deflicts (messes up) my page.

    So, for SEO, the Page title for this page for example: https://www.realsimpleway.com/life-Support/
    And says: Life Support — SimpleWay.com

    It says the page title as you are on the page, but I wanted featured image, or something to move the title to the center. All the CSS you guys gave me, I have kept note in case I need them again.

    I hope you can be able and help me :)

  • I’m sure we can help. I’m not sure I understand what you’re after though, so let’s get a clear idea of the end goal first then we can help you get there.

  • Unknown's avatar
    realsimpleway · Member ·

    Hi,

    So, if you see my page titles “Tech Support” and “Life Support” you will see that the titles are aligned to the left. I am trying to see if it could be aligned to be centered, and make *ONLY* the page title background purple.

    Hope you can help me out!

  • Looks like you got part of it? That’s not really a title though is it? If you want to change the background color for that widget I suppose you could do something like this.

    You would use inspect element to figure this out. Also, obviously, you’d probably sub in your own color here:

    h2.elementor-heading-title.elementor-size-xl {
        background-color: pink;
        padding: .5em;
    }
  • The topic ‘Business Identity Support CSS’ is closed to new replies.