Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203035
    mahmoud237
    Participant

    I want to have a text logo that has two font size Like the attached photo …. How I can do that ?

    #1203056
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Please provide us the site URL.

    #1203065
    mahmoud237
    Participant
    This reply has been marked as private.
    #1203158
    Lely
    Moderator

    Hi There,

    The credentials is not working when I tried to login. But them something like this should work. Add the following code on Appearance > Customize > Custom > Edit Global Javascript:

    jQuery(document).ready(function($) {
      $('.x-brand.text').append( "<small>Real State Exam Prep</small>" );
    });

    Hope this helps.

    #1203163
    mahmoud237
    Participant

    Great, it worked . But how can I change the font-size of this ?

    #1203222
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    a.x-brand.text small {
        font-size: 14px;
        font-weight: normal;
    }

    Hope it helps 🙂

    #1226542
    mahmoud237
    Participant

    Thanks a lot … I need one more thing .

    How to hide these small texts in small screen ?

    Edited : Thanks I figure it out

    #1226562
    Thai
    Moderator

    If you need anything else please let us know.

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