navbar colour change
-
HI Armin
I have two pages on my site which have two different colours to the rest of my site - "profile page " and "showreel page" (set as my front page.)
When viewing on a mobile I've changed the profile navbar colour with the following css.
body.slug-profile .navbar {
border-bottom-color: #e8e9e8;
background-color: #e8e9e8;
}which works - However when I apply the same code to the showreel page It doesn't work, I'm left with an unwanted white band - see attachment.
body.slug-showreel .navbar {
border-bottom-color: #1d241b;
background-color: #1d241b;
}any suggestions to why?
Thanks Toby
edit Also just spotted project Description "show on mouseover" has stopped working!

-
hey! whats the link
-
www.tobyneilan.com - white band along top of navbar viewed in mobile.
www.tobyneilan.com/projects - project description not working on mouseover
EDIT Re project description.
Had to click on each project in the back end and click on the project description box (which had the project text in already) and then update each page, and then it reappeared on the front end!
is it possible to display project desc 'always on' on mobile but on 'mouseover' hover on desktop?
-
seems like there is some custom html you added?

just add
.additional-sitetitle{
display: none;
}add this in:
lay options -> custom css & html -> custom css for mobile
I also code custom websites or custom Lay features.
šæ Email me here: šæ
info@laytheme.com
Our Web Development company: 100k.studio
Want to tip me? https://www.paypal.com/paypalme/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options ā Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it