Support Forum

Change first breadcrumb style

JV Joan Alamo Vallejo
Joan Alamo Vallejo
Member

Hi, I’d like to change the style of the first breadcrumb in my reboot child theme but I don’t know which file should I modify. I need to remove the “no-border-link” class

<div id=”spBreadCrumbs” class=”spLeft spBreadCrumbs”>

<a class=”spLink no-border-link” href=”…..

Thanks!

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

first, that class is not coming from simple press… at least not in our core, plugins or themes…  did you create a child theme and add it?  if not, its coming from either your wp theme or another wp plugin…

so there really is no file you can edit to remove it – at list not in simple press…

what about it dont you like?  if its from theme or other plugin, it might be hard to remove it as well…  you might find it easy to adjust the CSS styling to make it look the way you want…

to do that, go to forum – themes – custom CSS…  in the css editor section, add something like:

.spLink.no-border-link{
xxx
}

just replace xxx with the CSS you want to change on whatever no-border-link is doing…

JV Joan Alamo Vallejo
Joan Alamo Vallejo
Member

You’re right, it came from the wp theme css… Mistery solved, thanks!