How do I can change the background color of the temperature in the weather feature?
Use the code below to change the background of the temperature in the weather feature:
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box and enter the following code:
.current-weather .temp {
font-size: 80px;
vertical-align: middle;
color: #ffffff;
}
4)Click Save.
Note: Change the hex color to the color that you want to use (“ffffff”)
Important Note: If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.