Just need to adjust the opacity of hero style-1 image on the home page. Its a little to dark.

Hi @joedelv,
Add the following CSS rules to the custom style field.
body .acm-hero.style-1 .acm-hero-item::after {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%);
}

You can increase or decrease the index by 0.6 to customize the color you want.

Kind regards,

    This message is visible to Moderators only
    hidden content

    Hi @joedelv,
    I have added custom CSS rules to the custom.css file. You can scroll down to the bottom of the file to increase or decrease the darkness of the masthead.

    So for some reason my custom css file is not working. The code you used doesn't do anything. But if its changed in the main css file and it works, I changed it back because I want the custom css file to work because I see there is a newer template version waiting for update. So if you could check the "custom css" file and see why its not working, Thanks, Joe

    Hi @joedelv,
    We have resolved this bug in the T4 Framework, and the fix will be included in an upcoming release. In the meantime, you can apply the fix manually by downloading the tool.zip file, extracting it on your computer, and uploading the tools.js file to the following path: plugins/system/t4/admin/assets/js/. This will resolve the issue temporarily until the official update is available.

    tools.zip
    3kB

    That didn't work, I just went in and made the change in the template css file. I attached a screenshot of my update dashboard. Should I do this?

    Thanks
    Joe

    Hi,

    • Press Ctrl + Shift + R to see the change after updating the custom style.
    • You can use JA Extensions Manager component to update the latest version for JA Impact template.

    Kind regards,

    10 days later
    Write a Reply...
    You need to Login to view replies.