Home Forums WoodMart support forum newsletter form

newsletter form

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

    giannisth
    Participant

    hello, in footer the newsletter form is barely visible. https://i.imgur.com/PA4MxWU.png
    how can i set a border and change inner text colour?
    thanks

    #248009

    Hello,

    Please try to change the settings in the Theme Settings > Styles and colors > Forms, if it would not solve the problem, I will provide CSS.

    Best Regards

    #248012

    giannisth
    Participant

    Hello and thank you for quick responce. Unfortunatelly there are not any according settings. Can you provide me css but only for the newsletter forms, not e.g contact forms?
    thank you

    #248052

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mc4wp-form-fields p input[type=email]{
    border-color:#888888;
    }

    Best Regards

    #248132

    giannisth
    Participant

    Can you also give me css also for text in form to show orange colour and bold?

    #248172

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mc4wp-form-fields p input[type=email]{
    border-color:#888888;
    color:orange;
    }

    Please remove the previous code and set the color as per your needs.

    Best Regards

    #248184

    giannisth
    Participant

    and also https://i.imgur.com/RSIXTom.png , the text inside is not visible prior to clicking on text area,
    thank you

    #248274

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-dark input[type=email]:focus{
    border-color:#888888;
    }

    When you enter the text it is orange. The placeholder (the default text) is white cause you have activated the dark scheme. The placeholder can be set once and for the whole site by its nature, if I change the color on the white background, the placeholder would become invisible in other files as well.

    Best Regards

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