*

felix891

  • **
  • 7 posts
How do I change the highlight color?
« on: November 03, 2024, 12:34:41 PM »
How do I change the highlight color?

Code: [Select]
.osp-item-is-highlight, .osp-item-is-highlight .simple-wrap {background: #FCFCD7 !important;}
I've looked everywhere from stylesheets to loop-single.php files to JS and Jquery, but I can't find where it is. Can anyone kindly help me? I've been looking for it since yesterday. Thank you

Marked as best answer by frosticek on Yesterday at 01:16:46 PM
*

MB Themes

Re: How do I change the highlight color?
« Reply #1 on: November 04, 2024, 09:33:40 AM »
Override it
Code: [Select]
body .osp-item-is-highlight, .osp-item-is-highlight .simple-wrap {background: red!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

felix891

  • **
  • 7 posts
Re: How do I change the highlight color?
« Reply #2 on: November 04, 2024, 12:01:03 PM »
Where? This is the reason i open this discussion. I not find it anywhere. I tried to add to style.css but not work

*

MB Themes

Re: How do I change the highlight color?
« Reply #3 on: November 04, 2024, 09:18:20 PM »
Put it into stylesheet or ie appearance > customization > css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

felix891

  • **
  • 7 posts
Re: How do I change the highlight color?
« Reply #4 on: November 05, 2024, 10:39:30 PM »
Thank you very much. I solved!