Making changes to css like overall font size in Communities/Sites Salesforce:

Making changes to css like overall font size in Communities/Sites Salesforce:


Steps:

Just place the css under theme > edit CSS and place this code


.comm-navigation {    

     font-family:Arial;

     font-size:18px;

 }

Comments