Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • mengler12 Friend
    #1019607

    Hello, I want to change the "tint" or (transparency) level on the JA-Jason home page. It is the image/video section at the top. Maybe "intro-1" I think it is. Do I do this in the "/less/variables.less" in template "ja_jason" ? If you answer, could you please be specific. Thank you.

    Pankaj Sharma Moderator
    #1019970

    Hi
    Can u share the site URL here and screenshot of your modification so that i can suggest you better on this.

    Regards

    mengler12 Friend
    #1020159

    Hello, so essentially I just want to know how to lighten the background of the top image.


    1. Screenshot-40
    Pankaj Sharma Moderator
    #1020361

    Hi
    Add below code in /css/custom.css file in the template folder to remove mask

    .t3-header.t3-header-mask:before {
        background: transparent!important;}

    Regards

    mengler12 Friend
    #1020610

    I cannot find the file you mention above. I am in the Template folder but have no luck finding the /css/custom.css file. Also, is there not a way to increase and decrease the transparency? Or can I only remove/add it?

    Pankaj Sharma Moderator
    #1020699

    Hi
    Kindly create custom.css file in css folder if its not present and add the code.
    The code is based on demo site. So in case its not working kindly post the URL of site.
    Regards

    mengler12 Friend
    #1021896

    Hello again, I did as you mentioned but the "tint" remains on the site page. What else can I do to fix this? Thank you, Peter

    Pankaj Sharma Moderator
    #1021919

    Hi
    kindly post the URL of site here.
    Regards

    mengler12 Friend
    #1022267
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1022390

    Hi
    I checked your site and notice you have not added the code in custom.css file.
    Kindly open the template folder /css/custom.css file and add the code

    .t3-header.t3-header-mask:before {
        background: transparent!important;}
    

    If there is no custom.css file kindly create it and add code.

    Regards

    mengler12 Friend
    #1022603
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1022647

    Hi
    Yes you added wrong file.
    See the file in your screenshot is not custom.css.
    Add custom.css file in /css folder.
    Custom.css is a css file not a folder .

    Path: /templates/ja-jason/css/custom.css

    mengler12 Friend
    #1022688

    Hello again, sorry to bother you. I fixed the issue, thanks. But can I apply a small amount of tint the image. For instance 1%, 5%, 10%, etc.? I would like to be able to adjust as needed. Also, If I add other images elsewhere on the site, how do I go about tinting those? Peter

    Pankaj Sharma Moderator
    #1022742

    Hi
    If you want to use the mask and want to change opacity.
    Kindly remove the previous code and use this code in custom.css file

    .t3-header.t3-header-mask:before {
        opacity: 0.9!important;
        filter: alpha(opacity=90)!important;
    }

    Change the value 0.9 and 90 to lower to decrease the opacity.

    If you want to add the mask on any other class you have to define the
    custom class
    example :

    .class:before {
        background: #23232e;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    Regards

    mengler12 Friend
    #1022988

    Hello again,
    Thank you very much, it worked. However, now I have a "grayish" area directly under the "get in touch"

    I want to keep everything the way it is but would like to remove the gray area. How can I do this?
    Please see the screen shot.


    1. Screenshot-2-1
Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

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