Hi iamrohan
I made the changes in line 899 and line 1024 but this time round the background image could not be seen. Thus, I have rollbacked the changes.
Line 899:
.site-branding {
padding: 20.2rem 0;
text-align: center;
background: transparent !important;
background-attachment: fixed;
}
Line 1024
.site-branding {
padding: 6rem 0;
text-align: center;
background: transparent !important;
background-attachment: fixed;
}