Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47929
    Donald Gerard
    Guest

    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!

    #47981
    Brandon C
    Keymaster

    Hi 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!

    #48108
    Donald Gerard
    Guest

    The CSS did not work. The site is in production now. You should be able to see it now: https://re-presentmedia.org. Thanks!

    #48117
    Brandon C
    Keymaster

    Thanks 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change list attributes on hover for post list widget title links in Callaway theme?’ is closed to new replies.