FNAB Posted April 3, 2022 Posted April 3, 2022 Would anyone know how to edit CSS just to change the color of one item in a 7.1 site?
tuanphan Posted April 3, 2022 Posted April 3, 2022 You can add this to Design > Custom CSS div.header-nav-item:nth-child(2)>a { color: red !important; } marmarrr 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!)
beren Posted November 15, 2022 Posted November 15, 2022 Thank you @tuanphan - Very helpful and helped me fix another issue I literally just posted a question on! Double win tuanphan 1
PrAgEu Posted October 27, 2023 Posted October 27, 2023 Thanks @tuanphan! That solved my question too. Any chance you can share the CSS for the mobile? Thanks in advance
PrAgEu Posted October 28, 2023 Posted October 28, 2023 23 hours ago, PrAgEu said: Thanks @tuanphan! That solved my question too. Any chance you can share the CSS for the mobile? Thanks in advance Solved! This is the code .header-menu-nav-item:nth-child(4) a { color: #5DCB8E !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment