Couple of issues With category page header
-
1. Icons on category page header
pls check following image. I have added svg icons in categories but its showing in black color as well as its showing in small size compare to the icons in your demo site
https://i.imgur.com/qE1H7jA.png
2. How to disable the category header banner and icons
3. Is there a way to make category icons appear in sidebar menu only and not in main navigation
Hello,
You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”30″ height=”40″ attributes to your <svg>
tag like it is shown: http://prntscr.com/m4n0qw
Then find style="fill:#FF7800;"
in the path
tag and replace the color as per your needs https://gyazo.com/3eedd0661e5ec290b914da71d8919186
Then you will need to re-upload your icons in the WordPress Dashboard.
As for the Category banners, have a look at the screen http://prntscr.com/n3peoz
3. No, it is not possible.
Best Regards
i tried the code with the svg icon from flaticons but its not appearing..here is the edited icon file
Attachments:
You must be
logged in to view attached files.
Hello,
You are inserting #fff
try the full code: #ffffff;
Best Regards