• Hey,

    I have a small issue, which I hope can be resolved. In my secondary sidebar I want the arrows replaced with text.

    I can not find a solution that works.

    Thank you!
    karsten

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi karsten. Which arrows specifically? In desktop view? When the sidebar collapses? Can you post a link to your site? Thanks.

    Thread Starter BloGen

    (@blogen)

    Hey,
    Thanks for the quick response.

    I have secondary bar collapsed all the time. The intention is that it should be used as a user menu. Therefore, I want a text or an image, instead of arrows.

    chatterbox.dk

    Thanks
    Karsten

    Maybe something like this?

    /* replace sidebar header icon */
    .sidebar.s2 .fa:before {
      content: "Menu";
      font-size: 18px;
      font-family: inherit;
    }
    .sidebar.s2 .sidebar-toggle i {
      padding-right: 5px;
      padding-top: 3px;
      font-family: inherit;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Secondary sidebar arrows replaced with text.’ is closed to new replies.