• Resolved Parmen

    (@parmen)


    Well, I want it orange not blue. ??

    And the second question, How to make the title line spacing smaller. It seems to be two times bigger than the font itself – too much place taking

    Please, suggest some additional css to deal with this

    Thank you

    BTW, fantastic concept and performance! I suppose custom taxonomies are in the pro version…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    Thank you very much for your kind words!

    Can you please point exactly which aspects of the search bar are you needing to change? If you can add a screenshot that may help as well ??

    Yes, filtering by custom taxonomy terms is supported within the pro version only.

    Best,
    Ernest M.

    Thread Starter Parmen

    (@parmen)

    the drop down menu of the classic seacrh
    https://topmarket.art/images/ddmenu.jpg

    and the results with the high spacing
    https://topmarket.art/images/lines.jpg

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    These custom CSS should help you with that:

    div.asl_s {
        background: red !important;
    }
    
    .asl_res_url {
        display: inline-block;
        line-height: initial !important;
    }

    Best,
    Ernest M.

    Plugin Author wpdreams

    (@wpdreams)

    Correction, this might be better:

    div.asl_s {
        background: red !important;
    }
    
    .asl_res_url {
        display: block;
        line-height: initial !important;
    }
    Thread Starter Parmen

    (@parmen)

    Thank you, Ernest!

    Now it’s perfect. ??

    Plugin Author wpdreams

    (@wpdreams)

    Great ??

    I will mark this as resolved then! Feel free to rate the plugin if you like it, it is greatly appreciated!

    Best,
    Ernest M.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change DD Menu Color’ is closed to new replies.