Blog Sidebar Info category/timeline/tag/articles Icons missing #3347
-
Can anyone point me in the right direction to get the icons to show in the lower box to filter the categories, tags etc? |
Beta Was this translation helpful? Give feedback.
Answered by
johnbertram-github
Aug 7, 2023
Replies: 1 comment
-
Finally!! I have a solution that works for me... The below style class has to be added to the index.scss style file. Obviously you can use whatever size you like. It's required to add the '!important' modifier.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnbertram-github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally!!
I have a solution that works for me... The below style class has to be added to the index.scss style file. Obviously you can use whatever size you like. It's required to add the '!important' modifier.
.icon-wrapper { width: 40px !important; height: 40px !important; }