How to remove a color cast from images?

  • Author
    Posts
  • #117806

    How to remove a color accent from my ffeatured images or post thumbnails in bravada theme?

    What I looking for is – the way to remove color cast especially of my featured images.
    I was trying few times to change colors of primary and secondary accents, but it doesnt works for me.
    Is there any way to remove this accent from pictures, or maybe to change it opacity?

    #118229
    Zed
    Cryout Creations mastermind

    Hi,

    The appearance of the featured (and header image) overlay effect is configurable configurable through the theme’s color options.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #118320

    Hi,

    I see that I can change the color of the accents but is there an option to remove them?
    thanks for help!

    #118630
    Zed
    Cryout Creations mastermind

    In Bravada, the header/featured images overlay can be disabled by setting its opacity to 0 in the options.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #120571

    Hey here is the CSS to manage this just add it in Customizer CSS.

    .post-thumbnail-container .featured-image-overlay::before {
    opacity: 0;
    }

    #121879

    Thank you Lele, that what I was looking for. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to remove a color cast from images?’ is closed to new replies.