Hi, I'd like to change the sidebar link text and post meta link text colors to the following: Normal text color = #000000 Text color upon cursor hover = #ff9900 I attached a screenshot to show which text areas I am referring to. Thanks.
Hello, Warm Wishes From InkThemes, Kindly share the website link with us. We will then assist you further. Regards, Shemaela InkThemes.com
Hello, Warm Wishes From InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard -> Appearance -> Customize -> Additional CSS). Code: .post .post_meta li, .post .post_meta li .glyphicon, .post .post_meta a { color: #000000; } .post .post_meta a:hover { color: #ff9900; } .sidebar ul li a { color: #000000; } .sidebar ul li a:hover { color: #ff9900; } Regards, Shemaela InkThemes.com
Hello, Warm Wishes From InkThemes, You are most welcome! Let us know if you need further help, we will be happy to help you. And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] Regards, Shemaela InkThemes.com