-
AuthorPosts
-
March 7, 2019 at 5:01 pm #1076047
Hello – I am looking for some code to change the size of the large icons on the icon list module. I am looking to make the icons slightly smaller. Thanks!
March 8, 2019 at 3:47 pm #1076404Is there a way to make the icons smaller on just this page? Not on the other pages where we also use the icon list module. Thanks.
March 9, 2019 at 8:30 am #1076639Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-9668 .iconlist-char { font-size: 16px; } .page-id-9668 .avia-icon-list .iconlist_icon { height: 44px; width: 44px; line-height: 34px; }
Best regards,
RikardMarch 11, 2019 at 3:50 pm #1077390This reply has been marked as private.March 12, 2019 at 9:35 am #1077742Hi,
You can target the timeline using this CSS:
.avia-icon-list .iconlist-timeline { left: 32px; }
If you need this CSS in specific pages then you can add and/or replace the page-id class in my examples with the pages you need the CSS on. You can find the page-id class in the body tag of each page.
Best regards,
RikardApril 4, 2019 at 3:48 pm #1087103This reply has been marked as private.April 7, 2019 at 4:48 am #1087878Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia-icon-list-container > ul.avia-icon-list > li > .iconlist_icon { background-color: #f28148 !important; }
Best regards,
MikeApril 8, 2019 at 6:19 pm #1088403This reply has been marked as private.April 10, 2019 at 3:50 am #1088951Hi,
Thank you for your feedback, I see that each page has a different color for the icons that match the header color. On the first page: /information-security-awareness-training-healthcare all of the icons are the same color, but on the second page: /phishing-awareness-training-for-employees the lower icons are gray like you wrote about.
When I look at the code of the page I see that the color is there but there is an extra “style” which is breaking the code of the page.
I also don’t see the “debugging” code on the page, which is code telling us which version of Enfold you are using and other important info, and your page code looks compressed. So I believe you are using the Autoptimize plugin and you are striping our debugging code from the page.
So please disable all plugins and clear your site cache and server cache and also disable your theme performance css merging, and see if this solves.
If not we will need the admin login so we can try.Best regards,
MikeApril 10, 2019 at 8:24 pm #1089251This reply has been marked as private.April 11, 2019 at 6:49 am #1089400Hi,
Thank you for the link, the dev team has found the issue, please try this solutionBest regards,
MikeApril 11, 2019 at 10:37 am #1089488This reply has been marked as private.April 11, 2019 at 12:58 pm #1089535Hi,
This will be added to the next update, so we just need to add it directly to the file.
I can add it for you but I will need FTP access, please include in the Private Content area.Best regards,
MikeApril 11, 2019 at 6:06 pm #1089656This reply has been marked as private.April 12, 2019 at 3:14 am #1089828 -
AuthorPosts
- You must be logged in to reply to this topic.