-
AuthorPosts
-
January 19, 2015 at 12:36 pm #186324
Hi,
I set my heading to a blue color, and my link hover color to a green.
My headings display correctly, and links work well. But when I make a heading into a link, the hover color is red. I believe that is the link hover color set in the theme by default.
The problem occurs on this page that I’m making – http://brankokral.net/newsite/stem-cell-therapy. All h3’s are that way, e.g. Stem Cells for Joints and Soft Tissue.
I’m running WP 4.0, X version 3.1.1.
Thank you very much for your time,
BrankoJanuary 19, 2015 at 6:05 pm #186467Update: I used custom CSS to set hover color of that particular element. But maybe it’s good feedback for you – personally I’d love for my customizer link hover color to work for all links, even those in headings.
Best,
BrankoJanuary 20, 2015 at 2:36 am #186644Glad you’ve sorted it out Branko.
May 7, 2015 at 3:50 pm #268471Hi there,
I have the same problem. Can you help with the CSS code to solve it?
Thanks!
May 7, 2015 at 6:41 pm #268577Hello There,
To change the link and hover color of blog posts kindly add this under Custom > CSS in the Customizer:
h2.entry-title a { color: #ff1900 !important; } h2.entry-title a:hover { color: #1e73be !important; }
Let us know how it goes and if that’s what you looking for.
Thanks.
May 8, 2015 at 11:14 am #269118Thanks for your reply.
Actually it is not the blog post I want to change but the custom-headline link in a content-band of a page.
May 8, 2015 at 2:54 pm #269239Hello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
May 8, 2015 at 3:12 pm #269251Hi There,
Please try this code instead
.x-content-band .h-custom-headline span:hover { color: red; }
Feel free to change the red value to any color. Provide us URL if this does not solve the issue.
Hope it helps, Cheers!
May 8, 2015 at 4:16 pm #269269This reply has been marked as private.May 8, 2015 at 8:28 pm #269415Hi There,
Thanks for the clarification, add the code below to your custom css
.x-promo .h-custom-headline span a:hover { color: blue; }
Hope it helps, Cheers!
May 9, 2015 at 10:35 am #269706It is working now. Thanks a lot!
May 9, 2015 at 10:52 am #269716You’re most welcome.
-
AuthorPosts