Site logo

Archived topic

Add words "Search" next to search icon

3 replies · Started by Dan on July 13, 2021

Viewing posts 1–4 of 4

Hi Dan,

Try this CSS:

.inside-navigation li.search-item a:before {
    content: "Search";
    padding-right: 10px;
}

Thank You Ying! That did exactly what I wanted.

You are welcome :)

This archived topic is closed to new replies.