Home Forums WoodMart support forum I want to change Newsletter font colour

I want to change Newsletter font colour

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #291789

    meetsamani
    Participant

    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.
    #291819

    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

    #292067

    meetsamani
    Participant

    I have inserted the Custom CSS as per the instruction but there is no change

    #292097

    Artem Temos
    Keymaster

    Try to edit the column containing this form with WPBakery and change the color scheme option to “Light”.

    #292304

    meetsamani
    Participant

    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.
    #292309

    Artem Temos
    Keymaster

    Try to edit the Shop page in Dashboard -> Pages and remove the image from the page title.

    #292388

    meetsamani
    Participant

    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.
    #292390

    meetsamani
    Participant

    I am not finding any image in shop page dashboard

    #292397

    Artem Temos
    Keymaster

    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;
    }
Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘I want to change Newsletter font colour’ is closed to new replies.