• Resolved gacha25

    (@gacha25)


    Hello! I’m trying to change my search results (the first lines – product titles)so they won’t appear blue anymore but instead black and bold. I’ve been trying to use CSS in order to do it but for some reason it doesn’t work.

    The classes i’ve tried to target are “aws_result_link_top class” and “aws_result_link_top”. Does anyone know how to proceed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try following styles:

    .aws-search-result .aws_result_title {
        color: #000 !important;
        font-weight: bold !important;
    }
    Thread Starter gacha25

    (@gacha25)

    Hi thank you so much it works like a wonder! ??

    have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom search results’ is closed to new replies.