Tagged: BoldGrid Themes, Callaway
- AuthorPosts
- March 1, 2022 at 2:10 pm #47929Donald GerardGuest
The CSS you gave me to change link attributes on hover works like a charm:
.palette-primary .entry-content a:hover {
font-weight: 600 !important;
color: green !important; }It doesn’t, however, work on the title link in the post list widget. How do I change the link attributes on hover for post list widget title links?
Thanks!
March 1, 2022 at 2:11 pm #47981Brandon CKeymasterHi Donald,
Thanks for your question, you may be able to use something like:
.wp-block-categories-list .wp-block-categories .nav{
color: #1aa7ec !important;
}It’s very hard to tell without the actually page URL which we can use to find the selectors. Callaway theme is considered one of our legacy theme and is nowhere near as feature rich as our flagship Crio Pro WordPress theme which you would use to easily make these adjustments, it’s also 100% compatible with BoldGrid Post and Page Builder. I just wanted to make you aware of “Crio” in the case you were interested in a more workable solution.
I hope this snippet works for you!
March 4, 2022 at 11:06 am #48108Donald GerardGuestThe CSS did not work. The site is in production now. You should be able to see it now: https://re-presentmedia.org. Thanks!
March 4, 2022 at 11:10 am #48117Brandon CKeymasterThanks Donald,
I inspected your code and came up with some CSS that should change the post-category list colors in your sidebar. Try replacing the first snippet I sent you with this bit:
.sidebar .widget .nav a { color: #fff !important }
I hope this helps to resolve your issue.
- AuthorPosts
- The topic ‘How to change list attributes on hover for post list widget title links in Callaway theme?’ is closed to new replies.