• Author
    Posts
    • #7409
      Blair Talcott
      Participant

      Hi! Is there a code to remove the bar (black) across the top of the homepage?

    • #7410

      Hi Blair,

      In order to understand this better, can you tell me what theme you are using?
      Also, is it the WordPress black bar that you are looking to remove? The one that has your website name, Customize, and other buttons?

    • #7411
      Blair Talcott
      Participant

      Thank you. No, this isn’t the WordPress Bar when I’m logged in. This is the top bar across the homepage in the Equable Pro theme. Thank you.

      B

    • #7412

      Hi Blair,

      Here is how you can remove it:
      1. In your WordPress dashboard, navigate to Appearance > Customize.
      2. In the live customizer view, click on Additional CSS.
      3. Add this code and publish:
      #page {
      border-top: none;
      }

      Does this work for you?

      If you ever want to bring it back, you can remove that code.

      If you would like it to be a different colour, use this code:
      #page {
      border-top: 1rem solid #000000;
      }
      Where 000000 is, change it to the HEX colour code of the other colour.
      Where 1rem is, increasing that number makes it thicker and the opposite makes it thinner.

    • #7413
      Blair Talcott
      Participant

      That worked! Thank you!

      B

    • #7414

      You’re very welcome!

      Feel free to reply back or to create a new topic should you need anything :).

Viewing 5 reply threads
  • The topic ‘Top Bar on the Homepage’ is closed to new replies.