Tagged: x
-
AuthorPosts
-
May 12, 2016 at 10:40 pm #989055
jensmith3ParticipantHello,
My site is on the temporary url of http://103.37.8.129/~mossvale/
I want to add a phone number to the header of this site above the ‘Contact us’ link and also above the fine, grey line.
I have read and tried many of the suggested answers already supplied on this forum but haven’t quite got it.
Any help would be greatly appreciated.
Kind regards,
Jenny
May 12, 2016 at 11:40 pm #989114
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > Global JavaScript in the Customizer.
(function($) { $('<div class="contact">Contact us: 555-5555</div>').insertAfter('.x-brand'); })(jQuery);And this on your custom css
.contact { display: inline-block; }Hope it helps, Cheers!
May 13, 2016 at 1:15 am #989211
jensmith3ParticipantHello,
Thank you so much. If I wanted to move this to the bottom right corner of the header and change the font size and colour, how would I do this?
Many thanks and kind regards,
Jenny
May 13, 2016 at 1:21 am #989214
FriechModeratorHi Jenny,
Please update the css code to:
.contact { display: block; text-align: right; color: rgb(255,137,2); font-size: 1.3em; }Adjust the color and font-size value where you see it fits.
Hope it helps, Cheers!
May 13, 2016 at 1:40 am #989229
jensmith3ParticipantHello,
Fantastic, thanks so much.
Kind regards,
Jenny
May 13, 2016 at 1:41 am #989230
FriechModeratorOur pleasure! we’re happy to assist you with this.
Cheers! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-989055 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
