This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Show ACF value on Seach result?

#20487
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you, it turns out those are two separate outputs, and luckily the plugin automatically marks each instance from the same shortcode with a number, so custom CSS will work.

To target elements within the ‘small’ search, use the .asp_r_2_1 parent class, like so:

.asp_r_2_1 .your_target_class {
   /* code here */
}

This will target the .your_target_class within the small search only.