Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Do you want to remove the icon and add the label? Add the below code to the Customize > Custom CSS section to do it.

    .icon-grid:before {
        content: "Grid";
    }
    .icon-list:before {
        content: "List";
    }
    Thread Starter stoicassistant

    (@nickschmitt)

    I don’t want to remove icon, I’d like both icon and label. If possible I would like the words above or beneath the icon. How can I do this? Thank you very much for your help.

    Okay, then use the below code instead of the previous one –

    .woocommerce #oceanwp-grid:after {
        content: ' Grid';
    }
    .woocommerce #oceanwp-list:after {
        content: ' List';
    }
    Thread Starter stoicassistant

    (@nickschmitt)

    You are so helpful, thank you for all your work.

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add labels to archive page grid/list view buttons’ is closed to new replies.