How-to and Troubleshooting
        
    
    
                    
                        
                        3                    
            Posts
        
        
                    
                        
                        2                    
            Users
        
        
                    
                        
                        0                    
            Reactions
        
        
                    
                        
                        1,787                    
            Views
        
        Sep 11, 2019 2:44 pm
                        Hello, I'd like to change the font of my forum page, however when I edit the CSS from:
Before (CSS):  https://prnt.sc/p4sbew 
After (CSS): https://prnt.sc/p4sbsr
The icons of many things disappear. How can I fix this problem?
Before (front-end): https://prnt.sc/p4sbli
After (front-end): https://prnt.sc/p4sc2s
                         2 Replies                    
                Sep 12, 2019 7:58 am
                        Please remove the CSS code you've added in the "Custom CSS code" textarea and put the following one.
#wpforo #wpforo-wrap p, #wpforo #wpforo-wrap a, #wpforo #wpforo-wrap span, #wpforo #wpforo-wrap div {
    font-family: Arial, Helvetica, sans-serif !important;
}
Delete all caches and check again. The issue should be solved. Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.


 
                         
                        