Tagged: x
-
AuthorPosts
-
August 21, 2016 at 10:00 pm #1140907
Jeff KParticipantHow do you put the custom CSS in ConvertPlug for a custom font? What are the element designations?
August 21, 2016 at 10:42 pm #1140942
RadModeratorHi there,
Thanks for writing in.
It depends on which element on where it’s placed. Would you mind providing your site’s URL and login credentials in private reply? Please provide the screenshot of the element you wish to be styled.
Thanks!
August 22, 2016 at 12:04 am #1140997
Jeff KParticipantThis reply has been marked as private.August 22, 2016 at 12:05 am #1141001
Jeff KParticipantThis reply has been marked as private.August 22, 2016 at 12:18 am #1141009
LelyModeratorHello Jeff,
Please update your custom CSS to this:
cp-input, .cp-input, cp-input cp-textfield, cp-input cp-email{ font-family: 'ITC Eras W01 Medium' !important; }Always make sure that you don’t forget closing curly brace.
Hope this helps.
August 22, 2016 at 12:25 am #1141012
Jeff KParticipantThanks for catching the curly bracket that I missed. Your code didn’t work and ConvertPlug also didn’t like the !important. It gave me a warning symbol regarding the use of !important.
August 22, 2016 at 12:28 am #1141014
LelyModeratorHi There,
Please use this more specific CSS instead:
.content-57ba8cedc2b0e .cp-form-container input:focus:not([type='radio']):not([type='checkbox']):not([type='range']), .content-57ba8cedc2b0e .cp-form-container textarea:focus, .content-57ba8cedc2b0e .cp-form-container .cp-form-field button, .content-57ba8cedc2b0e .cp-form-container .cp-form-field input, .content-57ba8cedc2b0e .cp-form-container .cp-form-field select, .content-57ba8cedc2b0e .cp-form-container .cp-form-field textarea { font-family: 'ITC Eras W01 Medium'; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1140907 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
