Hi,
I would like to add shadows surrounding the “back arrow button on category title” in PC view and the “drop down arrow + the word Categories on category title” in mobile view.
Concerning the “arrow on category title” I tried below CSS code but it didn’t work:
.woodmart-back-btn {
color: rgb(255 255 255 / 100%) !important;
text-shadow: 0 0 1.5px #000000 , 0 0 1px #808080;
}
For your reference, I have also provide my website link and login information in the private content session.
Please help modify the above CSS code to add shadow on both “arrow on category title” in PC view and the “drop down arrow + the word Categories” in mobile view, thank you.