*

faldiputra21

  • **
  • 17 posts
<HELP> How to change icon background on category ???
« on: September 17, 2020, 10:18:04 AM »
hi,
I want to change the background color of the category on the website https://niagu.com, originally white / snow would be changed to orange (# FF7300)

please instruct what script to make these changes.

thank you, for the instructions.

Marked as best answer by frosticek on September 21, 2020, 01:17:00 PM
*

MB Themes

Re: <HELP> How to change icon background on category ???
« Reply #1 on: September 17, 2020, 03:34:55 PM »
Add this to your stylesheet:
Code: [Select]
body #home-cat2 a > div {background:#FF7300;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

faldiputra21

  • **
  • 17 posts
Re: <HELP> How to change icon background on category ???
« Reply #2 on: September 21, 2020, 09:52:03 AM »
Ok thanks you