- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by
Blogging Theme Styles.
-
AuthorPosts
-
-
June 6, 2019 at 15:54 #7409
Blair Talcott
ParticipantHi! Is there a code to remove the bar (black) across the top of the homepage?
-
June 6, 2019 at 16:13 #7410
Blogging Theme Styles
KeymasterHi 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? -
June 6, 2019 at 16:15 #7411
Blair Talcott
ParticipantThank 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
-
June 6, 2019 at 16:24 #7412
Blogging Theme Styles
KeymasterHi 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. -
June 6, 2019 at 16:31 #7413
Blair Talcott
ParticipantThat worked! Thank you!
B
-
June 6, 2019 at 16:32 #7414
Blogging Theme Styles
KeymasterYou’re very welcome!
Feel free to reply back or to create a new topic should you need anything :).
-
-
AuthorPosts
- The topic ‘Top Bar on the Homepage’ is closed to new replies.