MarcMai Posted February 1, 2021 Share Posted February 1, 2021 Site URL: https://2021.chiayi.film/program I change my navigation title from text to image, but in current page, my image just disappear, how can i let it visible? Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 It looks fine here. Do you still need help? 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
MarcMai Posted February 3, 2021 Author Share Posted February 3, 2021 55 minutes ago, tuanphan said: It looks fine here. Do you still need help? second image " programme " in navigation is disappear , it should be visible Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 Some CSS overrided your code. Edit /program code to this .header-announcement-bar-wrapper [href="/program"] { background-image: url(https://static1.squarespace.com/static/600e2084276d9d4dbba4af54/t/601924d2e1cd416030f233aa/1612260562922/nav-03.png) !important; content: ""; background-size: contain !important; background-repeat: no-repeat !important; background-position: center center !important; width: 90px; height: 36px; display: block; visibility: visible !important; color: transparent !important; } (I added !important to increase priority) 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.