Archived topic
its passible to add a CSS code to add to the mobile MENU 3 things
3 replies · Started by Robert on November 27, 2021
Hi
How are You?
I just wanna ask:
its passible to add a CSS code to add to the mobile MENU:
- background-color: #ffffff;
- the width of the mobile MENU should be about 85% from the devices
- and it should have a border 2px and color #000000;
Now is the background transparent:
https://snipboard.io/HDOimX.jpg
Kr
Rob.
Hi there,
first thing - you can set the background color of the Off Canvas Panel in Customizer > Colors.
Once added i'll look at the other CSS requirements.
Hi
done!
the BG color on the mobile MENU is now white
Kr
R
I am not sure if this is what your require, but add this CSS to set the width to 85% and add the black border:
#generate-slideout-menu {
max-width: 85vw;
margin: auto;
border: 2px solid #000;
}