Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › (URGENT) Bug search o error › Reply To: (URGENT) Bug search o error
June 30, 2020 at 8:15 am
#28168
Keymaster
Sure, it could be possible. I have changed the advanced content field for you for this:
[<div class='asp_woo_price'><b>PRECIO:</b> {_price}</div>]
..this will give better control for custom CSS styling. Then I also added this custom CSS. The price now floats to the right side of the description field.
If you want to change the price color, you can use this custom CSS as well:
.asp_woo_price .amount {
color: red !important;
}
-
This reply was modified 5 years, 11 months ago by
Ernest Marcinko.