• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Change the colour of the hamburger

Change the colour of the hamburger 3 days 1 hour ago #44057

I just got the RSEdimo template and I really like but it's got some quirks. I've been experimenting with template colours and I changed the nav background to white which was fine until I visited the site on mobile and found I couldn't see the hamburger menu because it's white. How do I make it black.
The administrator has disabled public write access.

Change the colour of the hamburger 3 days 32 minutes ago #44059

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 646
  • Thank you received: 120
Hello,

You'll first need to create a custom.css file as explained here. Next, you can add something similar in this new file:
#rstpl-main-menu-position .navbar .navbar-toggler .navbar-toggler-icon::before {
  color: #fa8f0d;
}
The administrator has disabled public write access.
The following user(s) said Thank You: anthony59
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!