content color overlay

  • Author
    Posts
  • #120139

    hi, i wanted to know if there was a way to change to opacity of the primary color on the content. it can be changed on the header, but i can’t seem to find a way to do it on the content. please help.

    #120270
    Zed
    Cryout Creations mastermind

    Hi,

    The theme has multiple text and color background options. I’m not sure which specific elements you’re referring to to figure out which options apply to them. Would it be possible to include a screenshot or a link to the site?


    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.
    #120389

    i can’t give you the link because we are not live yet. and i can’t seem to drop a screen shot here. do you have an email i can send you the screen shots?

    #120728
    Zed
    Cryout Creations mastermind

    You can upload a screenshot to your preferred image hosting service and include a link to it here.


    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.
    #120811

    the website is live now, I’d appreciate it if you had a look. There is a green hue on the content pictures, when the mouse hovers over them it clears. I would like them clear all the time

    Website: krausnickadventures.com

    #120812

    its all fixed now. thank you. i used the code that brithu provided.

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

    #138962

    I also have the same concern that the hue changes when i hover the mouse over it. i want the images to always be displayed without the filter.
    Your tip has not changed anything for me so far.
    Have you changed anything else?

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

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

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

    Website: www.tvbuehler.ch

    #138963

    Oh sorry. i was too early with my question. have now found the solution myself.

    If someone else has the same goal.
    The code:
    .post-thumbnail-container .featured-image-overlay::before {
    opacity: 0;
    }

    I have entered in the ccs editor

    #140069

    sorry, I entered the following code in the CSS and the overlay is still there. Is there anything else I need to consider?
    .post-thumbnail-container .featured-image-overlay::before {
    opacity: 0;
    }

    Website: www.cantemus-rheingau.de

    #140073

    but i mean the overlay above the post image that is always displayed on top of a static page

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

You need to log in to reply to this topic.