Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1140907
    Jeff K
    Participant

    How do you put the custom CSS in ConvertPlug for a custom font? What are the element designations?

    #1140942
    Rad
    Moderator

    Hi 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!

    #1140997
    Jeff K
    Participant
    This reply has been marked as private.
    #1141001
    Jeff K
    Participant
    This reply has been marked as private.
    #1141009
    Lely
    Moderator

    Hello 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.

    #1141012
    Jeff K
    Participant

    Thanks 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.

    #1141014
    Lely
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1140907 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>