Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045585
    [email protected]
    Participant

    Hello,

    Trying to make phone number in top bar bold. Already have child theme set up, is there any code i can put in functions.php to let me target specific text.

    Thanks

    #1045623
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1045720
    [email protected]
    Participant
    #1045837
    Joao
    Moderator

    Hi Trevor,

    Please use this content on your Topbar instead of what you have :

    <p class="p-info"><b> Check out Denver's PREMIER skin care clininc 26 W. Dry Creek Circle Suite 730 Littleton, CO 80120 (720)-502-3522</b></p>

    And if you would like to change the color of the text add the folllowing code to Appereance Customizer Custom CSS

    .x-topbar .p-info {
    color: white;
    }

    Hope that helps,

    Joao

    #1046434
    [email protected]
    Participant

    Unfortunately it didnt work, it just made the top bar wider and didnt change the text at all.

    Thanks

    #1046522
    Rupok
    Member

    Hi there,

    I can’t see the CSS on your site. Make sure to add this under Custom > CSS in the Customizer.

    .x-topbar .p-info {
      color: #fff;
      font-weight: bold;
    }

    I have tried this code and must work if you add this correctly.

    Hope this helps.

    Cheers!

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