How do we get the titles of each highlights widget centered?


1. open style.css
2. find this line:

 

#homeHighlights h3 {font-size: 18px; line-height: 23px;}

 

and change it to read:

 

#homeHighlights h3 {font-size: 18px; line-height: 23px; text-align: center;}

 

3. save file and refresh your site in front-end