1. Bonnie Unsworth
  2. General
  3. Monday, 30 July 2018
  4.  Subscribe via email
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.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51gridgallery figure h3 {
font-weight: 400;
}


2. All GridGallery items appear to be using the same font. This is more apparent with the above CSS.

Ciaran
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!