• Resolved samovaari

    (@samovaari)


    Hi! We are trying to change the color of the titles in the results box on hover from blue to green.

    At the moment we have the following code in Layout options -> custom css but it’s not changing the color on hover. Any ideas what to change? Thank you.

    div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item.hovered .asl_content h3, div.asl_r .results .item.hovered .asl_content h3 a {
    font-family: 'brandon-grotesque', serif; line-height: 12px; text-transform: uppercase; font-size: 12px; color: #84BEA5; font-weight: bold;}
    div.asl_r .results .item .asl_content .asl_desc {
    line-height: 16px;}
    div.asl_r .results .item .asl_content {
    display: flex; flex-flow: column wrap;}
    div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {border: 1px solid #84BEA5; width: 2px; box-shadow: 0 0 0 0;
    }
    div.asl_r .results .item .asl_content .asl_desc {margin-top: 0px; font-size: 12px; color: #84BEA5;}
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    Try this, it should do the trick:

    a.asl_res_url:hover {
        color: red !important;
    }

    Best,
    Ernest

    Thread Starter samovaari

    (@samovaari)

    Thanks Ernest, that did the trick! ?

    Plugin Author wpdreams

    (@wpdreams)

    Great ?? I will mark this as resolved then.

    Feel free to rate the plugin, it is greatly appreciated!

    All the best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the color of titles in results box on hover’ is closed to new replies.