Skip to content

Commit

Permalink
seo h1 issue fix for loan products
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Oct 7, 2024
1 parent 0caaffb commit cd4769f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions blocks/carousel/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,19 @@
background-repeat: no-repeat;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
color: var(--black);
font-family: "Nunito-Extrabold", sans-serif;
font-size: 3rem;
font-weight: 800;
line-height: 60px;
margin-bottom: 16px;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h2 {
display: none;
}

@media (min-width:1024px) and (max-width:1366px) {
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block>.background .front-picture img {
width: 312px;
Expand Down Expand Up @@ -694,6 +707,12 @@
.section.banner-carousel-wrapper .carousel-wrapper .carousel .panel-container .teaser.carousel-item.slide-background-light-blue {
background-image: url("/images/banner2-background-image-mobile.png");
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
font-size: 1.5rem;
line-height: 32px;
margin-bottom: unset;
}
}

@media screen and (max-width:767px) {
Expand Down Expand Up @@ -779,6 +798,19 @@
.section.banner-carousel-wrapper.breadcrumb-container.breadcrumb-handle-scroll .carousel-wrapper .panel-container .teaser.block>.background .foreground .text {
padding-top: 40px;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h2 {
display: block;
font-size: 1.5rem;
line-height: 32px;
color: var(--black);
font-family: "Nunito-Extrabold", sans-serif;
font-weight: 800;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
Expand Down
3 changes: 2 additions & 1 deletion blocks/keyfeatures/keyfeatures.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
padding-left: 16px;
}

.section.home-loans-products-wrapper .homeloanteaser .keyfeature-container .keyfeatures .feature .feature-details div p:first-child{
.section.home-loans-products-wrapper .homeloanteaser .keyfeature-container .keyfeatures .feature .feature-details div p:first-child,
.section.home-loans-products-wrapper .homeloanteaser .keyfeature-container .keyfeatures .feature .feature-details div p {
color: #666;
font-family: Nunito-Regular, sans-serif;
font-size: 0.875rem;
Expand Down

0 comments on commit cd4769f

Please sign in to comment.