I am trying to resize the pseudo class that is inserted below the swift slider
after I add this woocommerce shortcode
[add_to_cart id="217"]
The problem is the woocommerce pseudo box containing the product prices is way too large
in relation to the image above it
I am attempting to select this pseudo class but cannot find a way to do it
the css class syntax used in the theme’s html/css is rarely seen or at least unfamiliar to me
i have tried multiple variations of this
.brush: .php {
height: 80% !important;
}
but nothing seems to work. once i am able to do that, i figure i can enlarge the text so it remains readable. I am able to get to the prices by doing this
pre .amount {
display: block;
}
Any hints or suggestions would be most appreciated.
cheers
ali