function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
User SethUser Seth 

How to Only Background Color(#394B4D ) to the Footer in Experience Cloud

User-added image
Best Answer chosen by User Seth
SwethaSwetha (Salesforce Developers) 
@Seth,
You can drag and drop the HTML Editor component 
User-added image

And apply CSS like 
<div id="body2" style="background-color:#394B4D;">

    <br></br>
</div>


If this information helps, please mark the answer as best. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Seth,
I checked in my org that the background color can be changed once I added a component to the template header or footer. Can you try this approach and let me know if you have any queries? Thanks
User SethUser Seth
Hi Swetha,
Can anyone please suggest me which Component can add color to the Template footerUser-added image 

I want like this in the Template footer

Thank you
SwethaSwetha (Salesforce Developers) 
@Seth,
You can drag and drop the HTML Editor component 
User-added image

And apply CSS like 
<div id="body2" style="background-color:#394B4D;">

    <br></br>
</div>


If this information helps, please mark the answer as best. Thank you
This was selected as the best answer