Tagged: BoldGrid Themes, Callaway
- AuthorPosts
- March 1, 2022 at 2:02 pm #47940Donald GerardGuest
How do I change the post title color in the post list widget? Thanks!
March 1, 2022 at 2:09 pm #47978Brandon 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 10:52 am #48107Donald 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:11 am #48119Brandon 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 the post title color in the post list widget in Callaway theme?’ is closed to new replies.