• My webpage is:
    https://www.twoteds.com/

    I may have changed the opacity individually before applying the codes if that effects it also.

    1. The front/home panel is to dark and I can’t get this to go brighter like in Panel 1 when using the below codes in edit CSS.

    This one doesn’t change like brightness like panel 1 code does – is it to do with the image itself?
    .home .post-6 .pique-panel-background::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0px 0px;
    }

    This one works for panel 1
    .pique-panel-background::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;

    }

    Would love your help one this one ??
    Thanks
    Andy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Andy,

    1. The front/home panel is to dark and I can’t get this to go brighter like in Panel 1 when using the below codes in edit CSS.

    To change the opacity of all your panels (including the front/home panel) you can target .pique-panel-background directly in your custom CSS:

    .pique-panel-background {
        opacity: 1;
    }

    Add the above to your child theme’s style.css file or the editor of your custom CSS plugin and let me know how you get on.

    For any future questions on the Pique theme, please post to the theme’s dedicated forum here:

    https://www.ads-software.com/support/theme/pique

    The above will ensure that your question gets an answer. ??

    Thanks!

    Thread Starter 2tedsaus

    (@2tedsaus)

    Thanks SB

    That did the job

    Cheers
    Andy

    I’m glad to hear that, Andy! We’re right here if anything else comes up too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t get Menu/top banner to be brighter’ is closed to new replies.