Feature/header Image Opacity

This topic contains 2 replies, has 2 voices, and was last updated by  Daniel 6 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #411393

    Daniel
    Expired Member
    Post count: 7

    Hi there
    I’d like to lighten that dark opacity effect on the header / feature image for PAGES and also please for POSTS.
    I saw in a previous forum, the following script was offered
    .featured-area::before {
    opacity: 0.1;
    }
    However I tried this and it did not work for me.
    Thanks in advance
    ds
    http://activitysauce.com.au/

    #411394

    Kor
    Moderator
    Post count: 16516

    Hi Daniel,

    Try using the important declaration

    
    
    .featured-area::before {
        opacity: 0.1!important;
    }
    #411395

    Daniel
    Expired Member
    Post count: 7

    Thanks Kor
    Once again, you’re a legend. Worked great.
    d

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket