Boho Color Changes

QuestionsCategory: CustomizationBoho Color Changes
teacherblog asked 4 years ago

I have the Boho theme and am having trouble with a color change. Can you provide the CSS to target this specific title?
Home services page titles (blog, portfolio, contact on the demo) text color in the featured page widget. These are currently dark, but I need them to be white for contrast. 
 

1 Answers
Jennifer Staff answered 4 years ago

For the first part it is
 
.home-services .entry-title a {
color: #fff;
}
 
Then  for the featured page, could you shoot me a screenshot of that one?
 
If it is the front page content section, then it is this code
 
.front-page .entry-header p.entry-meta a {
color: #fff!important;
}