Add Words next to "message host" icon

Is there a way to place to add words next to the “message the host” icon? A light gray icon with no words would not be apparent to most of our users. Something in this area:

image

Hi,
Please try this CSS snippet:

.hp-vendor--view-block .hp-vendor__action.hp-vendor__action--message::before {
    content: "text";
    display: inline-block;
    padding-right: 10px;

}

If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

1 Like

Thanks! Exactly what I wanted

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.