Archived topic
Doubt change shortcode appearance
5 replies · Started by Juan Luis on April 24, 2020
Hello, I would like to change the appearance of a woocommerce shortcode, it currently appears like this
https://expertostrading.com/,
at the bottom of the page you can see the subscription to the newsletter.
I would like the design to be something more like that, I think this is due to the theme
Would you know how to solve it ?, Thank you
Hi there,
What would you like to change?
GP only adds this little bit of CSS to it and it's not overwriting any of the default CSS:
https://www.screencast.com/t/mlkWbYQC
Does the form look different when you use a twenty series WP theme?
yes, with the theme twenty
twenty, the appearance is much better, I put it at the end of the home in case you want to take a look at it.
Thank you
Ok can you switch back to GP?
I can tweak the CSS.
sorry I did not get the notification, yes, I already have generatepress on the web, thanks
Add this CSS:
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/