Before you ask please READ THIS

Hidden sidebar using a custom icon or text

in Rife Posts: 8
I would like to put the news section of the site in the Hidden sidebar. How can I customise the icon (there is no news icon in the choice offered) or replace it with text

Comments

  • AirAir
    Posts: 10,970
    Hey again :-)

    As for icon maybe check this one https://fontawesome.com/v4.7.0/icon/newspaper-o ?

    There is no option to enter text currently, but you could try such custom CSS trick:
    #side-menu-switch::before {
        font-family: Open Sans, sans-serif;
        content: "News";
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion