Okay
  Public Ticket #1688732
Contact Form Placeholder Text
Closed

Comments

  •  6
    Michael started the conversation

    Hi Guys,

    Sorry to ask with the launch of 9.0 so close, I am sure you are very busy.

    Quick question (CSS snippet solution), how can I increase the font size and color of the contact form placeholder text?  I am using the material skin.  The contact form is on the staging site reallystandard.com  about 3/4 down the page in the Newsletter section.

    Much thanks & excited for 9.0!

    Mike

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
        color: #ffffff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    Michael replied

    Color snippet is perfect! Thanks Tahir!  Is it possible to increase the font size as well?

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    You can add the font-size:14px snippet just under the color one.

    Hope this helps,

    Regards

    Themenectar Support Team

  •  6
    Michael replied

    Perfect again.  Thanks Scott!