This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
hello,
I have some problems with the styling of the checkout pages.
See attached screenshots.
1. Where can I edit the styling of the tax (color, font size)
https://www.dropbox.com/s/whsofzuoibskwbm/Bildschirmfoto%202015-08-24%20um%2014.15.00.png?dl=0
2. I edited the .po files for translation, but I didn’t find where to change the wording for “shipping adress” in the checkout
https://www.dropbox.com/s/5o86igrur41tknc/Bildschirmfoto%202015-08-24%20um%2014.15.40.png?dl=0
3. Where can I edit the styling of checkboxes (below the payment options) of the disclamer and terms and conditions? The position is bugy.
https://www.dropbox.com/s/5o86igrur41tknc/Bildschirmfoto%202015-08-24%20um%2014.15.40.png?dl=0
4. Where can I edit the wording in the flyout menut of “recently added items”? I didn’t find it in the .po file.
https://www.dropbox.com/s/hr7s2os050vqi51/Bildschirmfoto%202015-08-24%20um%2014.14.33.png?dl=0
thx
maccandy
Hello,
1 Use this code in Custom CSS:
.bag-total-table .order-total .amount {
font-size: 24px !important;
color: #000 !important;
}
Write your values.
2./4. The text is present in default.po file in wp-content/themes/classico/languages directory. Please check if you copied all content from the default file.
3. Try this css code:
.form-row.place-order .form-row.terms label {
width: 95% !important;
}
Regards,
Eva Kemp.
Hello,
1/3 works perfect. Thx.
2/4: I forgot that the wordings are case sensitive 🙂 Now it also works, thx.
thx a lot
maccandy
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Problem with styling in checkout process’' has been successfully resolved, and the topic is now closed for further responses