Hello,
I love the Wallpress design! So great.
I’m having trouble locating where I can change the CSS in the editor. It doesn’t appear to have a visual editor or any information in the CSS Styles panel. I specifically am looking to change the font styles in the H2 tags and the link colors.
Any guidance would be greatly appreciated. Thanks.
To change the font as you wish, you can log in to Dashboard > Appearance > Editor > open the style.css file > then add the following code :
.item .item-title a {
font-family: 'Hanalei Fill', cursive;
}
You can change your font here: Hanalei Fill’, cursive
Also, please search your font here: http://www.google.com/fonts/#QuickUsePlace:quickUse/Family:
– To change the link color, you can add the following code in the style.css file:
.item .item-title a {
color: #...;
}
.item .item-title a:hover, .item .item-title a:active, .item .item-title a:focus {
color: #...;
}
If you stll face the problem, please feel free to contact us. We are willing to assist you.
Regards,
Dominic
Please login or Register to submit your answer