- This topic has 5 replies, 22 voices, and was last updated 7 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Pure & Simple › Blog Title
Installed Google Fonts
Everything changed except Blog – Post Titles are still Times NR ?
Please send CSS to correct this
Thank You
*** In addition I noticed the hover color on the title did not change either even tho I have the hover color changed in the customized section****
Hi VQP,
About hover color on titile:
Sorry VQP, there is no customizer setting for changing hover color, the customizer setting given are for link except for post title link. So you need to use custom css for this:
.entry-title a:hover {
color: #cb5544;
}
If you are using plugin, please use this tutorial as a reference : How to use gogle fonts?.
If you got any problems on this please provide us your site Url so we can provide you appropriate solution as soon as possible.
Note: Please use child theme style.css fle to add css, so your changes will not lost on theme update.
Thanks
Sushil
Here is the blog page
I already know how to use Google fonts
But the blog page is not responding
http://www.directoryavenue.com/blog/
All type is Roboto but not Blog Title nor is the hover working with the right color for the blog title
Thank You
Hi there,
Title is wrapped inside anchor tag so google font is unable to change font family. So add this css on child theme style.css file to change font of title
h1.entry-title a {
font-family: "Roboto", arial, sans-serif;
}
For the hover color, it seems that you don’t have added the css given on previous reply. So please try by adding css given.
We look forward to your response.
Thanks
sushil
All good
That’s great VQP, Let us know if you need any further information about styled Themes, if then we will be more than glad to assist you.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.