Tagged: breadcrumb, Color, font, size
Hi,
first: THANK YOU for this awesome theme! Love it!
Can you help me out with some CSS to highlight the last element of the breadcrumb?
I have a grey breadcrumb menu and want to make the last link (the current page) white and maybe a few pixels larger than the breadcrumb.
Appreciate any help.
Thank you!
N.
Hi hansmeiser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.trail-end {
color: orange;
}
Regards,
Yigit
Thank you!