Print

Additional Styling of Search Results Page

To further customize your search results page, use the CSS snippets below. We will be adding these as settings in the future, but for now you can add this CSS to add customizations.

Requires KB Template Option

This CSS customization only applies to the KB Template option. If you are using the Current Theme option, you will need to style the search results page through your theme settings or your own custom CSS.

CSS
				/* Change Top and bottom spacing */
#asea-search-results-container {
 margin-top: 50px !important;
 margin-bottom: 50px !important;
}
			
CSS
				/* Changes the page description text color*/
#asea-search-results-container {
 background-color: blue !important;
}
			
CSS
				/* Changes the Page title color*/
#asea-search-results-container .asea-search-results-title {
 color: red !important;
}
			
CSS
				/* Changes the page description text color*/
#asea-search-results-container .asea-search-results-description {
 color: blue !important;
}
			
CSS
				/* Changes Article text color*/
#asea-search-results-container .asea-article-container .asea-article-title {
 color: blue !important;
}
			
CSS
				/* Changes Article text color*/
#asea-search-results-container .asea-article-container .asea-article-read-more-text {
 color: blue !important;
}
			

Prevent the box from expanding together with the background of the Advanced Search box

CSS
				/*  Prevent the box from expanding together with the background of the Advanced Search box */
#asea-doc-search-container #asea-section-1 #asea_search_form #asea_search_results {
    position: absolute !important;
    width: 100% !important;
}
			
Adding Custom CSS to Your Site​

Adding Custom CSS requires some knowledge of CSS. You can add this CSS to your theme settings or to your child theme if available. If you do not know how to do this, talk to your web developer.

  loading=
About this Article

This article's heading and code examples are built with our Creative Addons plugin.

Get free Creative Addons for articles
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?
Table of Contents