Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125713
    onefoursix
    Participant

    re: http://146test2.co.uk/cleartelecom/

    Regarding the Top Bar

    1. how do we increase the size of the text within the top bar please?
    2. Can you provide the code to link the telephone number please?

    #1125788
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) To increase text size you can add this under Custom > CSS in the Customizer:

    .x-topbar p.p-info {
        font-size: 14px;
    }

    2) Inorder to link telephone number please use following code:

    <a href="tel:+0800 035 1012">0800 035 1012</a>

    Let us know how it goes.

    Thanks.

    #1131985
    onefoursix
    Participant

    Thank you. Can you provide us with the code to swap the telephone number onto the right, and the social emdia icons onto the left please?

    #1132072
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    p.p-info {
        float: right !important;
    }
    
    .x-topbar .x-social-global {
        float: left !important;
    }

    Let us know how it goes.

    Thanks.

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