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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok