leonyc
August 1, 2017, 8:49pm
#1
Hi Support,
The website is live here: maai-ma.com
I asked the same question for localhost here: https://colorlibsupport.com/t/2-questions-re-shapely-pages/ The suggestions did not work.
On the Home page of mani-ma.com , click on Commercial or Institutions or Residential. On those pages, I would like to change the font, its size and boldness.
Regards
Hello there,
I hope you are doing well today.
You can use the following CSS code to change the header font attributes by going to Appearance > Customize > Additional CSS and pasting it there.
/*Change font attributes for the page header*/
.post-content .entry-content .post-title a {
font-weight: 300;
color: #001c28;
font-size: 50px;
font-family: sans-serif;
}
I hope this helps.
Best Regards,
Support
leonyc
August 2, 2017, 1:52pm
#3
Excellent! Thanks Support.