I want to change Newsletter font colour
-
I want to change font color of “Your email address” and and the border box to white color as shown in the attached file
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mc4wp-form-fields input[type=”email”]::placeholder {
color: white;
}
Best Regards
I have inserted the Custom CSS as per the instruction but there is no change
Try to edit the column containing this form with WPBakery and change the color scheme option to “Light”.
Thank You So much it worked
can you please help me to remove the background image of the attached file ….whenever I am searching for some product I am getting that background
Attachments:
You must be
logged in to view attached files.
Try to edit the Shop page in Dashboard -> Pages and remove the image from the page title.
How i can increase the size of the product gallery widget in footer section
Image attached
Attachments:
You must be
logged in to view attached files.
I am not finding any image in shop page dashboard
Please, send us a screenshot of the page title background image field in Dashboard -> Pages -> Shop page.
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the size
.gallery .gallery-item {
padding-left: 3px;
padding-right: 3px;
}
The topic ‘I want to change Newsletter font colour’ is closed to new replies.