Paddings, empty spaces and form background
-
Hi,
Website: Shop.stageforkids.com
How do I (all questions come with related images attached)
1. change the background of the mailchimp email box? Can’t see. (attachment 1)
2. Remove the white boxes between coloured boxes? (attachment 2)
3. Decrease paddings? I don’t want too much wasted space between items/objects. (attachment 3)
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mc4wp-form-fields input[type="email"] {
background-color: black;
}
2) The white space is due to the margi that is added to the columns please edit the row and try removing the margin values.
Screenshot for Clarification: https://ibb.co/StsBxC0
3) Your screenshot is not clear enough to understand what you require. Please provide a relevant screenshot of the specific area to check it myself and help you out accordingly.
Regards.
Xtemos Studios
Hi!
Thank you.
1. Sorted.
2. Where do I edit this margin values?
3. The spacings are a little wide, I would like to make it smaller/tighter. (image named 2, in red)
Attachments:
You must be
logged in to view attached files.
I cannot edit the category tabs – could someone please help me sort this out. (attached named 2)
Product tabs image
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
We are glad that one of your issues has been resolved.
2) You need to edit the row and remove the margin values.
3) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-tools-element>a {
padding-left: 0;
padding-right: 0;
}
4) You can edit the area by editing the Ajax Product tabs from the Homepage.
Screenshot for Clarification: https://prnt.sc/vrobhu
Regards.
Xtemos Studios