TheSQWebbuilder Posted September 18 Share Posted September 18 hello there, on my page canvasandsailloft.ca I have made everything in the bar up top in bold font and would like to do the same for the menu on mobile. also would like to add this arrow beside the services dropdown menu on mobile just like on desktop. :after { font-family: FontAwesome; content: "\f107"; padding-left: 1px; } also in the mobile language dropdown menu is all in color #1935C3 I want to make the background #EFEFFE and the writing this #1935C3. thank you in advance! Link to comment
Solution tuanphan Posted September 19 Solution Share Posted September 19 With mobile, the code should be a[data-folder-id="/services"]:after { font-family: FontAwesome; content: "\f107"; padding-left: 1px; } TheSQWebbuilder 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
TheSQWebbuilder Posted September 24 Author Share Posted September 24 Thank you it worked for the Arrow. The other issue is this. I used the first code to go with the 2 after it. Together, it looks perfect on desktop but on mobile the ( .language-picker-content ) in mobile language dropdown menu stays blue. .language-picker-content { background-color: #1935C3!important; } + .language-item { color: #EFEFFE !important; } + .language-item:hover {color: #1935C3!important; background-color: #EFEFFE!important; transition: 0.2s all } How can I make it work ? Link to comment
tuanphan Posted September 25 Share Posted September 25 Use this code for mobile div.header-menu-nav .language-picker-content { background-color: transparent !important; } TheSQWebbuilder 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
TheSQWebbuilder Posted September 25 Author Share Posted September 25 This is perfect thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment