• Hi there!

    I’m using the Boardwalk theme with the Cubic child theme.

    My website is buyallthethings.today

    I’m wanting to change that menu button, the 3 horizontal line “hamburger button” to be the magnifying glass search icon, which is “f400” on this page https://genericons.com/

    Is this possible to pull off? I’m totally comfortable with custom CSS and using the editor if I need to.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look around line 1242 in the file style.css; that’s where the \f400 would replace the \f419 ??

    Thread Starter highprrrr

    (@highprrrr)

    thanks! I was struggling with the code in my custom CSS. I had

    .sidebar-toggle ::before {
    	content: "\f400";

    when I should have had

    .sidebar-toggle:before {
    	content: "\f400";

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Genericons’ is closed to new replies.