Home › Forums › Tucson – Responsive HTML5 Template › remove or change the color of the shade on Photo of service
- This topic has 8 replies, 2 voices, and was last updated 3 years, 2 months ago by Fabio. This post has been viewed 1276 times
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
July 23, 2021 at 10:37 pm #10038954FabioParticipant
can I remove the shade in this part of code
<div class="row row-gutter-sm justify-content-center mb-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="1000"> <div class="col-sm-9 col-md-6 col-lg-4 mb-4"> <a href="/services-privacy-cybersecurity.html"> <div class="card box-shadow-4"> <div class="card-img-top position-relative overlay overlay-show"> <div class="position-absolute bottom-0 left-0 w-100 py-3 px-4 z-index-3"> approximately Index 423-432 <h4 class="font-weight-semibold text-color-light text-6 mb-1">Privacy & Cybersecurity</h4> <div class="custom-crooked-line"> <img width="154" height="26" src="img/demos/business-consulting-3/icons/infinite-crooked-line.svg" alt="" /> </div>
The photo/image is too dark
TY
- This topic was modified 3 years, 2 months ago by Support.
July 24, 2021 at 4:48 am #10038957SupportKeymasterHi, remove the overlay class:
<div class="row row-gutter-sm justify-content-center mb-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="1000"> <div class="col-sm-9 col-md-6 col-lg-4 mb-4"> <a href="/services-privacy-cybersecurity.html"> <div class="card box-shadow-4"> <div class="card-img-top position-relative"> <div class="position-absolute bottom-0 left-0 w-100 py-3 px-4 z-index-3"> approximately Index 423-432 <h4 class="font-weight-semibold text-color-light text-6 mb-1">Privacy & Cybersecurity</h4> <div class="custom-crooked-line"> <img width="154" height="26" src="img/demos/business-consulting-3/icons/infinite-crooked-line.svg" alt="" /> </div>
Jonas
July 27, 2021 at 7:55 pm #10038983FabioParticipantOK, and where I can change the color of overlay ? I can’t finde it in css flie. Sorry.
TY
July 27, 2021 at 8:44 pm #10038984SupportKeymasterHi, you can change color and opacity with this css code:
.overlay:before { background: #212529 !important; opacity: 0 !important; }
Kind Regards,
Jonas
July 27, 2021 at 9:21 pm #10038987FabioParticipantHi,
I add this code in “custom.css” and it don’t run.
July 27, 2021 at 9:28 pm #10038989FabioParticipantOther question:
`opacity: 0
is a percent Value? 10%, 50% ?? or natural value 50, 100 ??
July 27, 2021 at 9:33 pm #10038991FabioParticipantSorry Cache
July 27, 2021 at 9:46 pm #10038993SupportKeymasterHi, it’s based in percental, example: ” opacity: 0.1; ” is 10% visible. https://www.w3schools.com/cssref/css3_pr_opacity.asp
July 27, 2021 at 9:47 pm #10038994FabioParticipantThis reply has been marked as private. -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
This topic is marked as "RESOLVED" and can not rceive new replies.