the title says it all,
Please let me know if you have a solution
pass: shiznitz
the title says it all,
Please let me know if you have a solution
pass: shiznitz
Hi @lplabranche ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin â Online store â Theme > Edit code:
Step 2: Search for the file base.css. And add this code snippet to the end of the file.
.button:not(.button--following):hover .follow-icon-wrapper:before {
background: black !important;
border-color: black !important;
}
Step 3: Save and reload home page.
=>> The result:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
Unfortunately did not work. When I do the inspect tool I can see that the code in under tag, but i can not find where it is located in the files. All css codes I have tried so far didnât affect the button (only worked within the inspect preview).
Still the one problem I encounter that I can resolve is changing the âfollow on shopâ button color to black in the footer. Seems like it is embedded as a tag, but I cannot figure out how to change the color. No matter what iâve tried it remains purple
Didnât work, When I inspect it, these are all the codes I see that needs to be modified:
.button:not(.buttonâfollowing):hover .follow-icon-wrapper:before {
}
.follow-icon-wrapper:before {
:host {
}
I donât know if that helps
Please take a photo of the code you added to the theme.liquid file for me to check.
These are from the inspected tools, Iâve added no code to the theme file as we speak. When I did change the color to black within these in the inspected tools, it displayed what I wanted, but I could never find where to modify it in the âedit codeâ
I found the reason why. On your theme this part is coded with âshadow-rootâ which prevents css from being coded from outside. To be able to css for this element you need to find its exact location and add css there to be able to apply.