code is not working to change background
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023
05:04 PM
<div style="background-color: afd5d3; padding: 25px;">
<h2>Syllabus overview</h2>
<div class="qualification">
<div class="yui3-g syllabus-overview-container">
<div class="yui3-u-1 content-section">
<div class="yui3-c">
<div>
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023
08:56 PM
Hi @AnamarLevine,
I think the issue is that your CSS is slightly invalid. You need a # before the color HEX value.
<div style="background-color: #afd5d3; padding: 25px;"> seems to work on my end.
Let us know if this works for you too!
-Chris