Home › Forums › Arnold WordPress Theme › Drop down menu transpaerncy
- This topic has 9 replies, 2 voices, and was last updated 4 years, 8 months ago by
lontek.
-
AuthorPosts
-
September 27, 2021 at 4:47 pm #25781
Hi,
Is there any possibility to adjust the transparency of desktop menu’s background?September 27, 2021 at 4:47 pm #25782Best Regards
Marcin LontkowskiSeptember 28, 2021 at 1:11 am #25787September 28, 2021 at 4:25 pm #25792Hmm
Doesn’t change anything, disabled LS Cache for You to check.
BR
September 29, 2021 at 1:29 am #25795September 29, 2021 at 3:58 am #25796Still nothing or the effect is very subtle. How ould I make the drop down menu background 100% opaque?
Or maybe should I keep both of theese CSS entries together?BR
September 29, 2021 at 12:23 pm #25804I guess it is stopped by some issued codes. Please move this CSS to the top.
.navi-header .sub-menu { --color-header-bg: rgba(255,255,255,0.3); }—————
If it doesn’t work, may I check your website? Could you please leave your wp-admin(URL / username/password) with picking up “Set as private reply”?(If there is the Jetpack plugin, please disable “Allow users to log in to this site using WordPress.com accounts”)
October 2, 2021 at 4:56 pm #25824This reply has been marked as private.October 3, 2021 at 5:02 am #25827Thanks
I checked your website. I am now not sure if I understood your question. I found you edit it as(change 0.3 as 1):.navi-header .sub-menu { --color-header-bg: rgba(255,255,255,1); }It is not necessary, the CSS codes means BG color is solid white. But its background color is originally white. Using rgba is for transparency color, it should be 0.1 – 0.9
If you want to change the transparency of the entire submenu (including text), please change opacity as 1: https://www.dropbox.com/s/xdgmpb1g1ituln9/QQ20211003-125548.jpg?dl=0
October 3, 2021 at 6:37 am #25828Your last advise whs what I was looking for. So thanks.
BR
Marcin -
AuthorPosts
- You must be logged in to reply to this topic.
