Hi,
Well, the plugin has no effect on how the menu works, I think you will have to ask the theme author about how to correctly integrate the plugin shortcode there. It is possible, that an additional script might be required to properly close the menu, once it’s open.
To change the color of the show more results text, use this custom CSS:
.asl_r p.showmore a {
color: red !important;
}
I hope this helps!
Best,
Ernest M.
I understand. Thanks!
The code worked just fine! Thanks a lot!