Create 2 colour menu bar for 2 menus
-
wrote on May 31, 2022, 10:55 AM last edited by
-
wrote on May 31, 2022, 2:10 PM last edited by
You can inspect the code in your browser and find out the class of the menus. You could then apply your color with custom css.
-
wrote on Jun 1, 2022, 10:20 AM last edited by
THanks felix
something like this? ( I thought seeing as you can turn on menu border in the customize I could make it larger?)
It hasn't worked intially though
}
.navbar a{
border-color:#2853ff; height:60px;
}
-
wrote on Jun 1, 2022, 11:26 AM last edited by
I've found through inspect I can make the width as I desire
.navbar {
border-bottom-style: solid;
border-bottom-width: 30px;But this doesn't actually change on laytheme custom css
-
Dear @NAS
Lay Theme's native CSS may take precedence and not be overridden.
You should use it sparingly, but if needed you can use the!important
property: https://www.w3schools.com/css/css_important.asp
Best
Richard
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
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