Shopify themes, liquid, logos, and UX
Hello All,
I am struggling to find out why a certain line of CSS is not working, even though it is the exact same as two other lines of code, which work (apart from the text colour and the link).
Would anyone be able to resolve this issue and explain why this first line is not working?
Please see the code below.
.nav-bar__item a[href="/collections/bargain-bundle-boxes"] {
color: #000000;
font-weight: bold;
text-shadow: 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f;
}
.nav-bar__item a[href="/collections/clearance"] {
color: #F2E90F;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
.nav-bar__item a[href="/collections/hot-deals"] {
color: #ef4a38;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
Appreciate any help!
Solved! Go to the solution
This is an accepted solution.
Replace Your Css With This css
.nav-bar__item a[href="https://toptoys2u.co.uk/collections/bargain-bundle-boxes"] {
color: #000000;
font-weight: bold;
text-shadow: 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f;
}
.nav-bar__item a[href="/collections/clearance"] {
color: #F2E90F;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
.nav-bar__item a[href="/collections/hot-deals"] {
color: #ef4a38;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Replace Your Css With This css
.nav-bar__item a[href="https://toptoys2u.co.uk/collections/bargain-bundle-boxes"] {
color: #000000;
font-weight: bold;
text-shadow: 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 1px 1px 2px #02f2ed, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f, 3px 4px 2px #ff034f;
}
.nav-bar__item a[href="/collections/clearance"] {
color: #F2E90F;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
.nav-bar__item a[href="/collections/hot-deals"] {
color: #ef4a38;
font-weight: bold;
text-shadow: 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hello @Raj-WebDesigne
Thank you for your help!
This seems to work.
Could you explain why it worked? The only difference I can see between your code and my code is the a[href="/collections/bargain-bundle-boxes"] changing to a[href="https://toptoys2u.co.uk/collections/bargain-bundle-boxes"], but the lines below do not have have a full link, and they seem to work fine?
Thank you for your help!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024