Topic: Weather Card lost °C after update
                  
                  slawa
                  pro
                  asked 7 years ago
                
                https://mdbootstrap.com/plugins/jquery/extended-cards/#weather-card
How it should be:
                
                  
                
                
                
              
              
            <p class="display-1 degree">23</p>
How it should be:
                
                  
                      
                      slawa
                      pro
                        answered 7 years ago
                    
                    Solution:
The extended cards CSS have been moved to a separate CSS file:
css\addons-pro\cards-extended.min.css
                    
                      
                    
                    
                    
                    
                  
                  
                FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Resolved
Specification of the issue
              - ForumUser: Pro
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: 4.5.13
 - Device: PC
 - Browser: ALL
 - OS: Windows 10
 - Provided sample code: Yes
 - Provided link: Yes
 
slawa pro commented 7 years ago
fixed it by manually readding code that was removed from css:
.card.weather-card .degree:after {content: "°C";
position: absolute;
font-size: 3rem;
margin-top: .9rem;
font-weight: 400;
}