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

Reply To: (URGENT) Bug search o error

#28168
Ernest MarcinkoErnest Marcinko
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;
}