Hi There,
I have removed the border of the blog feature image on desktop view but it is still there on mobile, can you tell me how to remove it.
Also, Ive tried to remove breadcrumbs from blog pages but its not working.
My site is www.joannebyrne.ie
Thanks,
Joanne
Here is the css I added:
}
.blog .x-breadcrumb-wrap {
display: none !important;
}
.blog .entry-title::before {
display: none;
}
.single-post .entry-title::before {
display: none;
}
.site { background-color: rgb(246, 246, 246);
}
.entry-thumb:before {
display: none;
}
@media (min-width: 980px){
.single-post .x-container.max.width.offset {
width: 60%;
max-width: 60%;
margin-left: 70px;
}
.blog .entry-featured {
border: 0;
padding: 0;
}
.single-post .entry-featured {
border: 0;
padding: 0;
}
}