Title: CSS
Last modified: April 9, 2019

---

# CSS

 *  Resolved [goranmax](https://wordpress.org/support/users/goranmax/)
 * (@goranmax)
 * [7 years ago](https://wordpress.org/support/topic/css-177/)
 * Hello
    First: Love the Plugin..>!! Can someone tell me how to change color and
   text size.
 * Thank you for your help
    regrds Ger

Viewing 1 replies (of 1 total)

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [7 years ago](https://wordpress.org/support/topic/css-177/#post-11409890)
 * Hi,
 * For example if you want to change font color to #000, title size to 16px and 
   description size to 14px please use following styles
 *     ```
       .aws-search-result .aws_result_title,
       .aws-search-result .aws_result_sku,
       .aws-search-result .aws_result_excerpt {
       color: #000;
       }
   
       .aws-search-result .aws_result_title {
       font-size: 16px;
       }
   
       .aws-search-result .aws_result_excerpt {
       font-size: 14px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘CSS’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/css-177/#post-11409890)
 * Status: resolved