Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Jonathan Friend
    #1058786

    Hi, I want to remove the opacity from the JA Masthead banners. I tried the following code in my custom.css file but it didn’t work
    .t3-masthead .ja-masthead .ja-masthead-detail
    {
    opacity: 1!important;
    filter: alpha(opacity=100);
    }
    Can you help with the correct code please? The site can be found at http://halcyondaze.com/bysclone/index.php/homepage/introduction/welcome. It’s the opacity of the Welcome to Blairgowrie Yacht Squadron banner I want to get rid of.
    Thanks, JR

    Pankaj Sharma Moderator
    #1058819

    Hi
    Use this code in custom.css file

    .t3-masthead .ja-masthead:before {
        background-color: #222c54;
        opacity: 0.89;
        filter: alpha(opacity=89);
    }

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum