- AuthorPosts
- August 11, 2017 at 3:05 pm #23888BoldGrid SupportKeymaster
Hi, Hal!
Thank you for asking your question about the color palette change after the update to your Hydra theme. I’m sorry to see this has caused an issue. If you are able to navigate to the Colors Tab in the Customizer, you should be able to update the colors there automatically.
Although I recommend making changes from the Colors Tab, you may also use the Custom HTML/CSS Editor to enter the following code to modify the color of the Titles on your website:
.entry-title a:hover {
color: #8A2BE2;
text-decoration: none;
text-shadow: 0.1em 0.1em 0.05em #333;
!important;
}
.entry-title a:focus {
color: #fff;
text-decoration: none;
text-shadow: 0.1em 0.1em 0.05em #333;
!important;
}
.entry-title a {
color: #333;
text-decoration: none;
text-shadow: 0.1em 0.1em 0.05em #333;
!important;
}This should allow you to make adjustments to the color displayed by default and then also the color when the hyperlink is hovered over. I hope this helps!
Sincerely,
Carlos E
August 14, 2017 at 10:37 am #23887Anonymous UserMemberThank you for your help, this worked! I had been trying to figure out the code myself without success.
Hal
August 15, 2017 at 1:29 pm #23886Anonymous UserMemberMy .entry-title element, after the recent hydra update, no longer takes on my palette color. It now takes on the link style which has changed the color of my page titles from white to green. I don’t know exactly how to fix this.
Thanks,
Hal
- AuthorPosts
- The topic ‘entry-title Element has Incorrect Stylings’ is closed to new replies.