Breadcrumbs

Posted in: Newspaper
Post count: 7

Hello,
I would like to add this text before the breadcrumbs: “You are here : “.
For example: You are here : Home>Category>Post
How to proceed ?
Thank you.

Post count: 20688

Hi,

The easiest way would be to insert that text with CSS code, like in this example
https://www.screencast.com/t/u88MmnucgSPp
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section

.entry-crumbs span:first-child:before {
content: 'You are here : ';
}

Thanks

Post count: 7

Works perfectly, thanks.

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