• Hi,
    can you help me to found the file where i can
    remove color in transparency from the image in the title section, please??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello eviula,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    If you want glass effect use below css code

    .content {
    background-color: rgba(255, 255, 255, 0.16);
    }

    Screen shot

    If you want remove glass effect use below css code

    .content {
    background-color: transparent;
    box-shadow: none;
    }

    Screen shot

    Hope this will helps you.

    Thanks !

Viewing 1 replies (of 1 total)
  • The topic ‘remove color in transparency from the image in the title section’ is closed to new replies.