Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1106499
    Chedy
    Participant

    Hi 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

    #1106617
    Rupok
    Member

    HI 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.

    #1106652
    Chedy
    Participant

    Hi 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?

    #1106684
    Rupok
    Member

    Hi 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!

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