Skip to content

Question: change opacity of carousel #289

Discussion options

You must be logged in to vote

Adjust the alpha value of background-color of the class gradient to the following value:

.gradient {
    // background-color: rgba(0, 0, 0, 0.3); // old value
    background-color: rgba(0, 0, 0, 0);  // new value
}

When using the Hinode template, copy the above statement to assets/scss/theme/theme.scss. When using Hinode as fork, simply update the value in assets/scss/components/_carousel.scss.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tobythesharpeagle
Comment options

Answer selected by tobythesharpeagle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #287 on June 07, 2023 06:13.