Before you ask please READ THIS

Hidden Sidebar custom icon

in FatMoon Posts: 60
Aaaaand another one!

Can I change the hidden sidebar's icon to custom one?

Comments

  • AirAir
    Posts: 10,970
    Sure :-)

    Appearance → Customize → Header Settings → Tools icons – individual icons

    With kind regards.
  • Posts: 60
    Yeah! But can I add my own design of that button to that list as well?
  • AirAir
    edited March 2018 Posts: 10,970
    Hello again:-)

    I think that with custom CSS you could do it.
    For example like this:
    #header-tools #side-menu-switch::before{
        content:"";
        display: none;
    }
    #header-tools #side-menu-switch{
        background: transparent url(your-icon.png) 50% 50% no-repeat;
    }
    With kind regards.
    Post edited by Air on
  • Posts: 60
    Hey!

    Worked like a charm! Just it now stacking on a free pixels... See te pic :]

    Oh, I wish I knew cssing! :D
    snip9.PNG
    461 x 62 - 31K
  • AirAir
    Posts: 10,970
    OK, I have updated my CSS from previous post, try it again :-)
  • Posts: 60
    Damn beautiful!!!! \m/
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