Hi!!
Is it possible to put a picture as background in the breadcrumb? Is it possible to edit the font style of the beadcrumbs?
Thanks!!!
Hey jorgeayusomolina,
Yes that should be possible, what image and font are you looking to use? Please post a link to your site so that we can have a closer look.
Best regards,
Rikard
Hi, Rikard!
I would like to hide some breadrumbs and bold the font of some of them. How can I do it?
I sent you the details by private because my website has a coming soon plugin activated.
THANKS!
Hi!
Thank you for the information.
For adding a background image for Title and Breadcrumbs container, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .container {
background: #333 url(YOUR FULL IMAGE URL) bottom center repeat-x scroll;
}
To format your breadcrumbs, can you show us a screenshot of what you’re trying to achieve? It would be helpful if you can specify which of the breadcrumbs you want to hide or make bold. Right now it seems like breadcrumbs are turned off for your website.
Best regards,
Sarah
Thanks!
How can I hide it in just one page?
Hi,
You will need to find the page-id of the page, if you inspect it in your browser your will find it in the body tag. Then you should be able to use CSS like this:
.page-id-xx .title_container .container {
background: none !important;
}
If you can’t find the page-id class then link to the page here.
Best regards,
Rikard
Hi, Rikard!
I did it and now it shows the breadcrumb but as default.
Thanks!