Nov 11, 2020 10:45 pm
Is it possible to change the layout of the breadcrumbs? Still keep it inline, but not have the font awesome "home" and not use the chevron divider ">" but a straight line or nothing at all?
Thanks!
Smooth
7 Replies
Nov 12, 2020 10:16 am
Please try the following CSS code:
#wpforo #wpforo-wrap .wpf-breadcrumb div:after, #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{
display: none;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Nov 13, 2020 7:42 pm
you wrote
but not have the font awesome "home" and not use the chevron divider ">" but a straight line or nothing at all?
and the result with code from Alvina 😉
Nov 13, 2020 9:28 pm
Well duh!?! I should have at least tried it. I say the "display: none" and assumed lol. Thanks @Tutrix
Page 1 / 2
Next