Home Forums WoodMart support forum newsletter subscription space

newsletter subscription space

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #557733

    lucachen
    Participant

    Good 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 subscribe

    thank you

    Attachments:
    You must be logged in to view attached files.
    #557884

    Hello,

    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.

    #557988

    lucachen
    Participant

    Good morning, I entered all the code you suggested, but it only made the subscribe button gray

    #558091

    Hello,

    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

    #558092

    lucachen
    Participant

    Thank you very much

    #558311

    Hello,

    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/GMnF2Df

    Best Regards.

    #558573

    lucachen
    Participant

    Please can you explain to me what steps I need to do for the modification?

    Thank you

    #558804

    Hello,

    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.

Viewing 8 posts - 1 through 8 (of 8 total)