Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    You can achieve what you’re after by adding following custom CSS to your theme:

    #post-entry article h1.post-title a, #post-entry article h2.post-title a:hover{
        color: #000;
    }

    Feel free to change HEX code until it fits your needs. Hope it helps 🙂

    Thread Starter yakuzntor

    (@yakuzntor)

    Thank you Suyogya Shukla, i tried as you wrote, but it doesn’t work((. I think similary as you wrote, but in this theme probably it should be done by the other way.

    To be clearly understood: i try to change link color (when mouse point on it) under thumbnail images on front page.
    As i see through the browser “view code” link placed in #post-entry, #post-title block as <h2> class. But when i try to use hover property it doesn’t work

    Theme Author Richie KS

    (@rkcorp)

    add this to customizer->general->custom css

    #custom #post-entry h2.post-title a:hover { color:#cc0000 !important; }

    Thread Starter yakuzntor

    (@yakuzntor)

    Great thank’s Richie, exactly what is need.

    Dear Richie, excellent theme, but I have some problems.

    When I place this code, from this post,

    #custom #post-entry h2.post-title a:hover { color:#cc0000 !important; }

    it does the work for post titles in category post page, here: http://www.radiofeniks.com/category/kd-vijesti/

    but it does not work on home page in featured category titles for the category I changed default color, here: http://www.radiofeniks.com/

    Also in category post page, name of the author and comment info is hover underlined, but in homepage featured category is hover colored…is it posibble to be the same, only one way?

    Also, please, how to remove left sidebar widget area?

    Thanks,

    Danijel Marjanovic

    • This reply was modified 7 years, 6 months ago by marjanovic.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hover link color on front page’ is closed to new replies.