Hi there, I'm using MODX CMS to dynamically produce the breadcrumbs.
The code produced is below
- [Agriculture & Forestry](agriculture-category.html)
|
- [Agriculture Topic one](agriculture.html)
The Family Office Wisdom A - Z
Agriculture & Forestry
And I've obviously changed CSS to get this working on a desktop
.breadcrumb {
position: absolute !important;
width: auto !important;
top: 50% !important;
left: auto !important;
right: 15px !important;
margin: -10px 0 0 0 !important;
background-color: transparent !important;
padding: 0 !important;
font-size: 15px;
font-weight: bold;
}
So big question is, where to I change the css for a mobile and or can I disable breadcrumbs on a mobile ?
.B_crumbBox li{
color:#555;
font-size: 1.0em;
display: inline;
}
.B_crumbBox a{
color:#555;
font-size: 1.0em;
text-decoration:none;
}
.B_crumbBox a:hover{
color:#04462c;
text-decoration:underline;
}
