Home › Forums › WoodMart support forum › newsletter subscription space
newsletter subscription space
- This topic has 7 replies, 2 voices, and was last updated 7 months, 4 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 16, 2024 at 4:27 pm #557733
lucachenParticipantGood morning, how can I write text within space 1, but as soon as you pass over it with the mouse the writing must disappear.
point 2 I wanted to lengthen the space because now it is short.
finally center the writing subscribethank you
Attachments:
You must be logged in to view attached files.April 17, 2024 at 10:19 am #557884
Aizaz Imtiaz AwanKeymasterHello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the Value as per your requirements to customize the form.
.mc4wp-form-fields { text-align: center; } /* form text and email fields style */ .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] { line-height: 40px; font-size: 17px; width: 300px; border: none; border-radius: 2px; } /* form submit button style */ .mc4wp-form input[type="submit"] { color: #6b5a5b; background-color: rgba(237, 235, 235, 1); letter-spacing: 1px; font-size: 17px; text-transform: uppercase; line-height: 40px; border: none; border-radius: 2px; transition: all 0.5s ease 0s; } /* form submit button hover style */ .mc4wp-form input[type="submit"]:hover { color: #6b5a5b; background-color: rgba(237, 235, 235, 0.9); }
Best Regards.
April 17, 2024 at 1:46 pm #557988
lucachenParticipantGood morning, I entered all the code you suggested, but it only made the subscribe button gray
April 17, 2024 at 4:52 pm #558091
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
April 17, 2024 at 5:05 pm #558092
lucachenParticipantThank you very much
April 18, 2024 at 10:34 am #558311
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Theme Settings > Footer > Check the Footer HTML Blocks and edit the HTML Blocks with WP Bakery and configure the footer columns width.
https://ibb.co/GMnF2DfBest Regards.
April 18, 2024 at 5:27 pm #558573
lucachenParticipantPlease can you explain to me what steps I need to do for the modification?
Thank you
April 19, 2024 at 11:27 am #558804
Aizaz Imtiaz AwanKeymasterHello,
You need to create a full width row and insert the columns in the row and configure the width:
https://kb.wpbakery.com/docs/wpbakery-page-builder-how-tos/how-to-make-full-width-or-full-height-row/OR, Try to use the theme template library and import the footer template and configure it.
https://xtemos.com/docs-topic/templates-library/Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register