• Resolved goranmax

    (@goranmax)


    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

    (@mihail-barinov)

    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.