From cd4769f1266dadb9738b7d41e055b465d337af3d Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Mon, 7 Oct 2024 13:09:55 +0530 Subject: [PATCH] seo h1 issue fix for loan products --- blocks/carousel/carousel.css | 32 ++++++++++++++++++++++++++++++ blocks/keyfeatures/keyfeatures.css | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/blocks/carousel/carousel.css b/blocks/carousel/carousel.css index 05af726056..e5b35d76a2 100644 --- a/blocks/carousel/carousel.css +++ b/blocks/carousel/carousel.css @@ -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; @@ -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) { @@ -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) { diff --git a/blocks/keyfeatures/keyfeatures.css b/blocks/keyfeatures/keyfeatures.css index e72afabfc8..36cfe9c36a 100644 --- a/blocks/keyfeatures/keyfeatures.css +++ b/blocks/keyfeatures/keyfeatures.css @@ -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;