Chingos Posted September 3, 2020 Share Posted September 3, 2020 Site URL: https://uluntu.ca I have a design in css to have a hover effect on the header tabs it works when the css tab is open but when i close the css and refresh the page the hover doesnt work. the code is: .header-nav-item:hover a[href="/merch"] { border: 3px solid #ffff; padding: 3px; border-radius: 20px; } thank you Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 Use this .header-nav-item:hover a[href*="boostbuys.net"] { border: 3px solid #ffff; padding: 3px; border-radius: 20px; } 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
Chingos Posted September 3, 2020 Author Share Posted September 3, 2020 7 hours ago, tuanphan said: Use this .header-nav-item:hover a[href*="boostbuys.net"] { border: 3px solid #ffff; padding: 3px; border-radius: 20px; } I used the wrong example for this post but i tried to use this code but it still doesnt work when i exit the css design tab and refresh the page .header-nav-item:hover a[href*="/en/our-mission"] { border: 3px solid #ffff; padding: 3px; border-radius: 20px; } here is the code i used Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 3 hours ago, Chingos said: I used the wrong example for this post but i tried to use this code but it still doesnt work when i exit the css design tab and refresh the page .header-nav-item:hover a[href*="/en/our-mission"] { border: 3px solid #ffff; padding: 3px; border-radius: 20px; } here is the code i used Can you post all code in Custom CSS? 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
Chingos Posted September 4, 2020 Author Share Posted September 4, 2020 3 hours ago, tuanphan said: Can you post all code in Custom CSS? You want me to show you all the codes in my custom css there is alot of codes i used. The hover effects works in a weird way it pops out but it doesnt show the white outline 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