Tagged: x
-
AuthorPosts
-
April 11, 2016 at 1:00 pm #876903
tonyleesParticipantHi There,
Is it possible to add text to the header (under the menu buttons)
I need a tag line to run along the green line in the image (Right justified)Thanks
TonyApril 11, 2016 at 1:01 pm #876909
tonyleesParticipantsorry wrong attachment
April 12, 2016 at 12:19 am #877655
FriechModeratorHi Tony,
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.
And would you mind to clarify where do you want the tagline to be placed? Perhaps add a caption to your screenshot.
Cheers!
April 12, 2016 at 12:39 am #877679
tonyleesParticipantHi
Please see example below.This is for mardybums.co.uk
Thanks
TonyApril 12, 2016 at 7:59 am #878214
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.navbar-txt { float: right; color: red; font-size: 30px; }Please add following code in Customize -> Custom -> JavaScript :
jQuery("<div class='navbar-txt'>text</div>").insertAfter(".x-navbar .x-nav");Hope it helps.
April 12, 2016 at 4:19 pm #878951
tonyleesParticipantHI There,
Thanks fo rthe help, I have tried the code but nothing is showing … what have i done wrong?
Thanks
TonyApril 13, 2016 at 3:34 am #879592
ChristopherModeratorHi there,
The code should work, would you provide us with login credentials so we can take a closer look?
Thanks.
April 13, 2016 at 6:27 am #879814
tonyleesParticipantThis reply has been marked as private.April 13, 2016 at 11:40 am #880351
RupokMemberHi Tony,
Thanks for updating. I have checked and the code is working just fine but you have placed some other script with script tag that preventing the code to be applied. Kindly remove this or add this correctly – http://prntscr.com/art1ml
You don’t need to use the script tag within Custom JS section.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-876903 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
