ChristopherBerman Posted October 29, 2020 Share Posted October 29, 2020 i`m trying to change my nav bar when its active or on scroll - its using the same color as the top section - but this worked before - but for some reason its not working any more, anyone that can help me out? kind of important //Pulse color when active nav .shrink .header-nav-wrapper a::after { display: block; content: ' '; background: #44414e; height: 1px; width: 0; margin-top: -2px !important; transition: width 300ms; margin-right: auto;} .shrink .header-nav-wrapper a:hover::after { width: 100%;} .shrink .header-nav-wrapper a--active a { background-image: gradient !important;} // header and footer #header .shrink { -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1); background-color: #fff!important;} #header .shrink a#site-title { color: #44414e!important;} #header .shrink .header-actions .btn { background: #5333ed !important; border: 2px solid #5333ed !important; color: #FFF !important;} #header .shrink .header-actions .btn:hover { background: none !important; border: 2px solid #5333ed !important; color: #5333ed !important;} #header .shrink .header-nav-wrapper a { color: #44414e!important;} #header .shrink .burger-box { filter: invert(1);} Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 Can you share site url? We can check easier 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
ChristopherBerman Posted November 10, 2020 Author Share Posted November 10, 2020 On 10/31/2020 at 8:49 AM, tuanphan said: Can you share site url? We can check easier Hey - sorry late response : website url : elevated.no password: berman123 Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 21 hours ago, ChristopherBerman said: Hey - sorry late response : website url : elevated.no password: berman123 Edit this code #header .shrink { -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1); background-color: #fff!important;} #header .shrink a#site-title { color: #44414e!important;} #header .shrink .header-actions .btn { background: #5333ed !important; border: 2px solid #5333ed !important; color: #FFF !important;} #header .shrink .header-actions .btn:hover { background: none !important; border: 2px solid #5333ed !important; color: #5333ed !important;} #header .shrink .header-nav-wrapper a { color: #44414e!important;} #header .shrink .burger-box { filter: invert(1);} to this .shrink { -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.39); box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1); background-color: #fff!important;} .shrink a#site-title { color: #44414e!important;} .shrink .header-actions .btn { background: #5333ed !important; border: 2px solid #5333ed !important; color: #FFF !important;} .shrink .header-actions .btn:hover { background: none !important; border: 2px solid #5333ed !important; color: #5333ed !important;} .shrink .header-nav-wrapper a { color: #44414e!important;} .shrink .burger-box { filter: invert(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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.