Tagged: x
-
AuthorPosts
-
April 12, 2016 at 9:43 am #878397
MarceloParticipantHi team,
I’m trying to change the CSS style of my form but for some reason nothing is happening.
The CSS code I’m using is:
#_form_570D082A9E871_._form._inline-form ._form-title {
font-size: 22px;
line-height: 22px;
font-weight: 600;
margin-bottom: 20px;
}I want to change the font size, etc… of a piece of text in my form.
I also want to know how I can change other CSS styles of the form like font size of the fields, line space, etc.
Any help would be much appreciated indeed.
The url is: http://atracaodeclientes.com.br/fale-com-um-coach-2/
P.S. Something is stripping the css style from the form.
April 12, 2016 at 7:47 pm #879149
JadeModeratorHi Marcelo,
Please try this:
#_form_570D082A9E871_._form._inline-form ._form-title { font-size: 22px !important; line-height: 22px !important; font-weight: 600 !important; margin-bottom: 20px !important; }Hope this helps.
April 13, 2016 at 1:22 pm #880559
MarceloParticipantHi Jade,
I did figure it out using your code with some modifications.
Here it is:
._form-label{font-size:16px!important;}
._form-title {
font-size: 27px!important;
line-height: 28px!important;
font-weight: 600!important;
margin-bottom: 20px!important;
text-align:center!important;}._form ._submit {
-webkit-appearance: none;
cursor: pointer;
font-family: arial, sans-serif !important;
font-size: 19px!important;
text-align: center;
font-weight: 800!important;
box-shadow: none!important;}It’s working beautifully!
Another question if you don’t mind. All my CSS styles are the customizer. Should I place them inside the atracaodeclientes.com.br/wp-content/themes/x-child/styles.css or leave inside the customizer as it is?
Many thanks!
April 13, 2016 at 10:54 pm #881356
ChristianModeratorYou can leave it in the Customizer.
Thanks.
April 15, 2016 at 8:42 am #884281
MarceloParticipantThanks Christian, I will leave the code there!
April 15, 2016 at 9:30 pm #885147
DarshanaModeratorLet us know if you need anything else.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-878397 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
