Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #818262

    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

    https://i.imgur.com/VWQSb2s.png

    #818277

    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

    #818279

    Thanks, see private

    #818282

    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

    #818322

    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 ?

    • This reply was modified 7 years, 2 months ago by yingyang.
    #818392

    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

    #818420

    weird, i never added that code on line 19, where is that shortcode file located? can i change it with a child theme file?

    #818432

    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

    #819086

    the new version hasn’t launch today? delayed for tomorrow?

    #819121

    Hi,

    Our team is working and the new version will be launched.

    Best regards,
    John Torvik

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.