How to style related searches

Once the related searches feature is correctly implemented on a website, it can be further styled to match the rest of the websites visuals.
Related searches can be styled, using CSS classes.

CSS classes

Container

.search-related {
  /* Insert styling */
}


Related searches title

.related-searches-header h2 {
  /* Insert styling */
}

List

.search-related ul {
  /* Insert styling */
}

List items

.search-related ul li {
  /* Insert styling */
}

Tags: