• Resolved rbstodomingo

    (@rbstodomingo)


    Hi, I want the titles on the home page to be underlined whenever someone is hovering the mouse over it and then return to normal when the mouse isn’t hovering over it. I’ve seen websites like this. Also, I want the titles on the home page to have color sky blue as font color. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Use this CSS code in your custom.css or in style.css of a Hueman Child theme:

    .home .post-title a:hover { text-decoration: underline; }

    Thread Starter rbstodomingo

    (@rbstodomingo)

    Hi, thanks for your reply. I tried the code but it doesn’t work. I changed the font color of the post titles to blue though using this code:
    }
    /* change home page post titles to blue */
    .home article .post-title a {
    color: #3b8dbd;
    }

    I put your CSS code below this. I’m sorry I’m kinda new to CSS codes. Please help.

    Thread Starter rbstodomingo

    (@rbstodomingo)

    It’s already working. I just waited a few minutes to see the changes. Thank you so much!

    No problem man. Enjoy this theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Underline Title on Home Page When Hovering Over It’ is closed to new replies.