Nudaii Well-known member May 8, 2014 #1 howdy not sure how to explain this, but basically all i want for my breadcrumb is words divided by > Example Home > Forum > Whatever no background, borders etc but not sure how to do this and add the > between items
howdy not sure how to explain this, but basically all i want for my breadcrumb is words divided by > Example Home > Forum > Whatever no background, borders etc but not sure how to do this and add the > between items
P Paul B XenForo moderator Staff member May 8, 2014 #2 Like this? http://cliptheapex.com/forums/formula-one/ I use this in EXTRA.css: Code: .breadcrumb .crust a.crumb:after { content: "›"; font-weight: bold; position: absolute; top: -1px; right: -2px; } You will need to edit the SPs to remove all the existing borders, etc. Upvote 0 Downvote
Like this? http://cliptheapex.com/forums/formula-one/ I use this in EXTRA.css: Code: .breadcrumb .crust a.crumb:after { content: "›"; font-weight: bold; position: absolute; top: -1px; right: -2px; } You will need to edit the SPs to remove all the existing borders, etc.