Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16985
    WebVision
    Participant

    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****

    #22349
    Sushil Adhikari
    Moderator

    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

    #22356
    WebVision
    Participant

    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

    #22357
    Sushil Adhikari
    Moderator

    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

    #22378
    WebVision
    Participant

    sushil

    All good

    #16986
    Sushil Adhikari
    Moderator

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.