When adding an image instead of an icon to a tab, the image is greyed out and darken by default. How can we add colored image without darkening? if thats not possible at least let us use a black and white image without darkening. currently unable to achieve the same look as the icon as pictured below because of this issue, please advise thanks
Hey kilimats,
Perhaps it is due to opacity, Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Thanks, see private
Hi,
It had opacity set to 0.65 with a gray filter applied, Try this code in the General Styling > Quick CSS field:
.av-tab-section-image {
opacity: 1!important;
filter: inherit!important; }
Best regards,
Mike
thanks i added the CSS code but still no luck, can you check ?
they still appear darken, will this code allow me to use color too ?
Hi,
I don’t see the code in your css, the code in line 19 in your shortcode.css is still overriding. (see image) This code does not add color, just removes opacity. Perhaps we should see what the update brings on Monday, as I understand there are some tab fixes :)
Best regards,
Mike
weird, i never added that code on line 19, where is that shortcode file located? can i change it with a child theme file?
Hi,
It is a part of the theme, shortcode.css
But Monday there will be an update, it might change things :) Perhaps we should wait a day?
Best regards,
Mike
the new version hasn’t launch today? delayed for tomorrow?
Hi,
Our team is working and the new version will be launched.
Best regards,
John Torvik