Tagged: x
-
AuthorPosts
-
July 27, 2016 at 11:34 pm #1106499
ChedyParticipantHi I would like to be able to change the “Logo Text” for each page is this possible with custom css? I have managed to change the BG image ok…
Site hardwoodcarver.com
July 28, 2016 at 1:17 am #1106617
RupokMemberHI there,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
July 28, 2016 at 2:01 am #1106652
ChedyParticipantHi please see attached screen shot with a red circle around the text, I want to know if it’s possible to change the “Logo-Text” for each page or is there another way to create a title for each page to be displayed in the header?
July 28, 2016 at 2:30 am #1106684
RupokMemberHi there,
Thanks for writing back. It’s not possible usually. But I can give you a workaround for this with custom JavaScript.
You need to add the below code individually for each page from Cornerstone (Settings Tab) > Custom JavaScript :
jQuery ( function( $ ) { $('.x-brand.text').text("Place your text here"); });Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1106499 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
