Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871123

    Kerri S
    Participant

    I have enabled top bar and I see where I can enter text but can I use cornerstone? If not, how could I accomplish something like the image below?

    Thanks so much!

    #871134

    Kerri S
    Participant
    This reply has been marked as private.
    #872096

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Currently you cannot edit topbar in Cornerstone. The only way to make your topbar similar to that site is through HTML and CSS content. For example, you can add this code in your Topbar:

    <a href="#">Link 1</a>&nbsp;<a href="#">Link 2</a>&nbsp;<a href="#">Link 3</a>

    Hope this helps!