Problem 1) https://brucecelenski.com/fort_lauderdale_architect/index.php
On the home page I have 3 grids. I set the CSS as
.j51gridgallery figure h3 span,
.j51gridgallery figure p {
font-weight: 400;
} and only one of them-the first one changed weight. Before I had the weight as 800 and they all looked the same. I need them all to be the 400 weight.
Problem 2 is on the default pages. The Grid gallery fonts were showing a serif font whereas I chose Raleway for the H3. So I changed the code to
.j51gridgallery figure h3 span,
.j51gridgallery figure p {
font-weight: 400;
font-family: verdana, sans-serif!important;
}
Now the first word is sans serif but the second word is still a serif. I could make both words the same weight as well. I don't think the bold adds anything. Which ever is easier. No serif fonts were speced any where in the two templates.
Please advise.
- Bonnie Unsworth
- General
- Monday, 30 July 2018
- Subscribe via email
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!