Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • TomC Moderator
    #571290

    Glad I could be of assistance . . . All the best with your continuing site development. 🙂

    TomC Moderator
    #736338

    Glad I could be of assistance . . . All the best with your continuing site development. 🙂

    fabridelo Friend
    #692005

    Hello i have again a small problem
    when i pass the mouse over the masshead the color change in blue and the picture disappears
    i use this code in custom.css

    .masthead .masthead-bg::before {
    background: none repeat scroll 0 0;
    content: “”;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    }

    what happened?

    thank you

    fabridelo Friend
    #749518

    Hello i have again a small problem
    when i pass the mouse over the masshead the color change in blue and the picture disappears
    i use this code in custom.css

    .masthead .masthead-bg::before {
    background: none repeat scroll 0 0;
    content: “”;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    }

    what happened?

    thank you

    Ninja Lead Moderator
    #692170

    @fabridelo: You can use this way.

    Open templates/uber/css/custom.css file and add new css style

    .masthead .masthead-bg:hover {
    background: none !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    }

    Ninja Lead Moderator
    #749570

    @fabridelo: You can use this way.

    Open templates/uber/css/custom.css file and add new css style

    .masthead .masthead-bg:hover {
    background: none !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    }

    fabridelo Friend
    #692193

    Hello ninja lead

    the problem remain and now i have a blue screen in masterhead always

    fabridelo Friend
    #749593

    Hello ninja lead

    the problem remain and now i have a blue screen in masterhead always

    Ninja Lead Moderator
    #692415

    <em>@fabridelo 493943 wrote:</em><blockquote>Hello ninja lead

    the problem remain and now i have a blue screen in masterhead always</blockquote>

    Hi,

    It’s very strange, I tested with debug on browser with my solution above and got the video here: http://cl.ly/image/022m371x313g you can look at it again

    Regards

    Ninja Lead Moderator
    #749674

    <em>@fabridelo 493943 wrote:</em><blockquote>Hello ninja lead

    the problem remain and now i have a blue screen in masterhead always</blockquote>

    Hi,

    It’s very strange, I tested with debug on browser with my solution above and got the video here: http://cl.ly/image/022m371x313g you can look at it again

    Regards

    fabridelo Friend
    #692558

    Hello

    I watch the video but in my pc no work in this way
    When I go with the mouse on masshead this remains blue.

    thank you

    fabridelo Friend
    #749715

    Hello

    I watch the video but in my pc no work in this way
    When I go with the mouse on masshead this remains blue.

    thank you

    Ninja Lead Moderator
    #693172

    <em>@fabridelo 494133 wrote:</em><blockquote>Hello

    I watch the video but in my pc no work in this way
    When I go with the mouse on masshead this remains blue.

    thank you</blockquote>

    Hi,

    If you want to change blue color under JA Masshead module, you have to change it from templates/uber/css/template.css file with my red mark

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

    Regards

    Ninja Lead Moderator
    #749860

    <em>@fabridelo 494133 wrote:</em><blockquote>Hello

    I watch the video but in my pc no work in this way
    When I go with the mouse on masshead this remains blue.

    thank you</blockquote>

    Hi,

    If you want to change blue color under JA Masshead module, you have to change it from templates/uber/css/template.css file with my red mark

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

    Regards

    fabridelo Friend
    #693365

    ok works !!!

    when I go over it with the mouse, the image changes in the color I wanted.
    It’s good for me but I wanted to know if it was possible to return the picture when I remove the mouse from masshead.
    if you can not that’s okay

    very very thanks

Viewing 15 posts - 16 through 30 (of 33 total)

This topic contains 33 replies, has 3 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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