Avada › Forums › Community Forum › Medium Alternate Blog Format: Post Format Icon Editing
Tagged: post format, medium alternate, post format icon
-
AuthorPosts
-
Hey All,
I have selected to use the medium alternate blog post format.
In that format, there is a “post format icon” which appears below the date box.
I was wondering if anyone knew how to edit the coloring or remove this post format icon.
Thanks for any help you can provide.
Hi,
try addin this into custom css:
i.fusion-icon-images {
display: none !important;
}Hey, thanks for the help Tomas
Where do you go into the blog element to add custom CSS?
WP Panel – Avada – Theme Options – Custom CSS
Try experimenting a bit with the class, should be the right one, u could probably change the colors that way as well:
f/e
i.fusion-icon-images {
color: #XXXXXX !important;
background-color: #XXXXXX !important;
}I’ve added it into the custom CSS and saved the changes.
Unfortunately, I’m not seeing any changes to the blog page or to the post format icon which are part of the blog element in the avada medium alternate setting.
Hi there. I have the same issue, someone solved that in the last two years? 😉
-
AuthorPosts
- You must be logged in to reply to this topic.