Change the color of links in Patch theme
-
Hello,
I would like to individualize the color of the links in the Patch theme to harmonize them with the color of my own logo.
The ones that are shown yellow here should have a different color.
https://wordpress.com/theme/patch/blog.skanzen.hu(My site is not live yet.)
Can you give me a CSS code for that?
The color code would be #98CB0E.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
hi,
I had difficulty testing this as Patch is a $125 theme and your site blog.skanzen.hu is not live yet.
Here is what I came up with:
Please try this in your CSS Customizer (https://en.support.wordpress.com/custom-css/)
.cat-links, a:hover {
background-color: #98CB0E
}button:hover {
background-color: #98CB0E !important;
}Let us know if you have more questions.
- The topic ‘Change the color of links in Patch theme’ is closed to new replies.