Home Forums WoodMart support forum How to change Sort by icon to "Sort by icon + "Sort by" word"

How to change Sort by icon to "Sort by icon + "Sort by" word"

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

    captain53
    Participant

    İ hope that it is Clear what i want.

    #165284

    Hello,

    Which module you are talking about? Where you want to change the sort by icon to sort by word?

    Kindly share screenshot by pointing out the section and page URL so I can check and help you out.

    Best Regards.

    #165287

    captain53
    Participant

    İ want additionaly “sort by” to the next of the sort by icon.

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings

    .woocommerce-ordering {
      width: auto;
    }
    .woocommerce-ordering:after {
      content: none;
    }
    .woocommerce-ordering:before {
      content: "Sort by";
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #212121;
    }
Viewing 4 posts - 1 through 4 (of 4 total)