Tami-y Posted July 18, 2020 Share Posted July 18, 2020 Hi there, just started my first time doing css. So far I just copied two codes - but now, when I want to put a new code in, it says syntax error. I want to put a code in that makes a hover effect at the header buttons...but as soon as I type in .header it says syntax error.... Any help will be highly appreciated. /* Change dropdown menu background */ .header-nav-folder-content { background: #454545 !important; } //Stylized Folder Dropdown Menu @linkBGColor: #ffffff; @linkTextColor: #7C8C0A; .header-nav .header-nav-item--folder .header-nav-folder-content { padding: 0; .header-nav-folder-item { padding: .5em 1em; } .header-nav-folder-item:hover { background: @linkBGColor; a { color: @linkTextColor; } } } I want to put a code in that makes a hover effect at the header buttons...but as soon as I type in .header it says syntax error.... Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Just tested above code on my site. No syntax error.. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Tami-y Posted July 24, 2020 Author Share Posted July 24, 2020 I think it's working now. Thanks though!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.