Home Forums WoodMart support forum Add text shadow around the Category Title back arrow and dropdown menu

Add text shadow around the Category Title back arrow and dropdown menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #479281

    Brian0413
    Participant

    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.

    #479491

    Hello,

    Could you kindly provide the page URL and screen of what you want to change?

    Best Regards

    #479534

    Brian0413
    Participant

    Hello,

    Thank you for your reply. Please find attached the photos with pink circle where I want to change. The relavent url is in private content.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #480113

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-back-btn>a:before,
    .wd-action-btn.wd-style-text>a{
    	text-shadow: 0 0 3px #404040, 0 0 3px gray;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)