Change font size News show pro GK5
- GK User
- Mon Mar 16, 2015 11:46 pm
Hi,
I want to change the font size, and remove bold from the font. Where can I change it?
Send an example image as attachment
I want to change the font size, and remove bold from the font. Where can I change it?
Send an example image as attachment
-
- Junior Boarder
- GK User
- Mon Mar 16, 2015 11:59 pm
Hi,
as always using CSS override.
Maybe it's time to upgrade your knowledge to next level?
https://www.gavick.com/documentation/jo ... t-size-etc
---
.products h4.nspHeader { }
---
But if we talk about "NEW" module which is on Demo - frontpage - I have to disappoint you, default CSS class looks like this
.products h4.nspHeader {
font-size: 18px;
font-weight: normal;
text-transform: none;
}
as always using CSS override.
Maybe it's time to upgrade your knowledge to next level?
https://www.gavick.com/documentation/jo ... t-size-etc
---
.products h4.nspHeader { }
---
But if we talk about "NEW" module which is on Demo - frontpage - I have to disappoint you, default CSS class looks like this
.products h4.nspHeader {
font-size: 18px;
font-weight: normal;
text-transform: none;
}
-
- Platinum Boarder
- GK User
- Wed Mar 18, 2015 8:16 pm
Yes, I find it. but your example is VM. I am using Hikashop
-
- Junior Boarder
- GK User
- Thu Mar 19, 2015 10:29 pm
But behavior is always this same, use Firebug or similar built in browser tool to check class name and use it in override.css file.
How I can guess class name without seeing URL
How I can guess class name without seeing URL
-
- Platinum Boarder
4 posts
• Page 1 of 1