Site logo

Archived topic

convert custom changes in another theme into GP

16 replies · Started by John MacKenzie on November 25, 2020

Viewing posts 16–17 of 17

thanks! am getting there, link in private, how do i get rid of the grey colour and the little line that shows up when i activate the search?

You seem to have this custom CSS added somewhere in your site. (Simple CSS)

.active:after {
  content: "\2212";
}

This is the one displaying the little line when search is active.

This archived topic is closed to new replies.