Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Busiprof
Footer Colour
douglas1979
August 21
in
Busiprof
Please can you tell how to change the footer colour
Thank you
Comments
dev
August 21
Hi @
douglas1979
,
Thanks for contacting us!
To do this, add the given below custom CSS code:
footer.footer-sidebar
{
background-color:#81d742!important;
}
You can change the value of background-color as per your need.
I hope it will work for you!
Thanks
Dev
douglas1979
August 21
Please can you tell me how to change this colour. Please see screen shot
Screenshot 2019-08-21 at 12.50.34.png
79K
douglas1979
August 21
It on page full- width
dev
August 21
edited August 21
Hi,
To do this, add the given below custom CSS code:
section.page-header
{
background-image: unset!important;
background-color: #81d742!important;
border-top: 1px solid #81d742!important;
}
You can change the value of background-color as per your need.
I hope it will work for you!
Thanks
Dev
Sign In
or
Register
to comment.
Comments