News section post hover text color change

Discussion in 'One Page Pro WordPress Theme' started by cherchicago, Feb 8, 2018.

  1. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hello,

    How do i change the color of this post title when I hover over?
    upload_2018-2-8_10-8-37.png
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customize->Additional CSS) of your dashboard.

    Code:
    .post a:hover {
        color: #1385b3;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page