Question: change opacity of carousel #289
Answered
by
markdumay
tobythesharpeagle
asked this question in
Help
-
Hi, where can I change the opacity of the carousel component so that I don't get any darkness on top of the photos? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
markdumay
Jun 6, 2023
Replies: 1 comment 1 reply
-
Adjust the alpha value of .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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tobythesharpeagle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adjust the alpha value of
background-color
of the classgradient
to the following 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 inassets/scss/components/_carousel.scss
.