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

    How do I change the post title color in the post list widget? Thanks!

    #47978
    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!

    #48107
    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!

    #48119
    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 the post title color in the post list widget in Callaway theme?’ is closed to new replies.