Breadcrumbs – Can we darken the text?

Posted in: Newspaper
Post count: 7

Hi,

So we don’t need a ‘home’ menu item we would like to make the text of the breadcrumbs darker.
They look great if they are at the top of a photo, but in most cases they can just barely be seen.

Can this be done, if so, how?

Thanks

Post count: 9544

Anything can be changed with CSS.

Good trick is to learn to use the “console view” (F12) in Chrome. Using t he “inspector” you can highlight any element on the page and see what the CSS class is. Then you just make a change to that class and add it to the custom CSS box in the theme panel.

TagDiv can help you target the specific class if you don’t want to do that 🙂

Post count: 242

Hi Publisher –

It’s simple to do this – go to Theme Panel > Fonts > Other > Breadcrumbs > – Change font, font qualities including BOLD etc

Pat

Post count: 23312

Hello Publisher,

If you want to change the color of your breadcrumbs, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.entry-crumbs span, .td-bread-sep {
color:red
}

The result -> http://screencast.com/t/dBchiRqT

If is not what you mean, please provide more details about what you want to change so I will be able to provide a more accurate response.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.