Hi TrueandReal
For this please use below code in custom css Field (Theme Dashboard >> appearance >> customize >> custom css filed )
.page-title-section
{
background:none !important;
}
Thanks.
I had the same question. I’m happy to have that image gone. The default gray color is off-putting however. How would I go about making it a custom color, and or a different image using the custom CSS? Thanks!
Hi
2. If you are Using default Color.
Use below code in Custom css Filed
.page-title-section
{
background-color:#fff !important;
}
(Change color color according to you)
2. Change the Image in banner Section Use Below Code in Custom css Field.
.page-title-section {
background: url("images/page-title-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}
Changes Image According to you.
Thanks.
Hi Aurora7777
Did Your issue Resolved.
can I Close this Threads.
Thanks.