Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • antjewilson Friend
    #204096

    I’ve put new pictures in the masthead and I see them but they have a blue overlay over them. How do I get rid of that?

    http://www.sutherlandnetwork.org

    Antje

    phong nam Friend
    #560560

    Hi Antje,

    Please open custom.css file then add

    .masthead .masthead-bg:before {
    background: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    opacity: 0.95;
    filter: alpha(opacity=95);
    }

    then save and recheck.

    NOTE: If you disable the “blue overlay” background color, you need to change the color for title and description to make theme more visible

    e.g:

    .masthead .jamasshead .jamasshead-title {
    font-size: 56px;
    margin-top: 0;
    font-weight: 400;
    z-index: 2;
    color: #29739d
    position: relative;
    }

    .masthead .jamasshead .jamasshead-description {
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 2;
    color: #29739d
    position: relative;
    }

    just change the color match with your needs

    antjewilson Friend
    #563072

    I made the custom css but no change to the blue. I thought perhaps the site was cached but I’ve checked on other computers and the masthead is still blue.

    Saguaros Moderator
    #563190

    Hi Antje,

    When checking your site with Firebug, I don’t see the style suggested by Leo above in your site.

    Kindly go to Backend > Extensions > Template manager > default template style > General (tab) and turn off ‘Optimize CSS’ option, it will help to know which css this masthead is loading.

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 9 years, 8 months ago.

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