Hi there,
I’ve copied the design.css file from the CBOX Parent to the Child theme that I’m using and have added the last three lines of code in the section below (in bold) based on other forum entries that I’ve read …
/* ======== */
/* ! HomePage */
/* ======== */
.flexslider .slides img {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.flex-caption {
background-image: url(“../images/slides-bg.png”);
color: #FFF;
text-shadow: 0 1px 0 #000000;
border-top: 1px solid #545353;
}
.flex-caption h2 {
color: #EFEFEF;
}
.postthumb img {
display:none;
}
… as you should be able to see in the the attached image, the “Slider 01 Report This Post” text – which I’ve highlighted – is still being displayed on the slider. I’d prefer to not have that text on the slider (and subsequent slider slides), but I’m not sure how to do that now having believed that I correctly followed the instructions to do that.
So what have I done wrong and what needs to be done to remove the slider title from all of my Site Features entries (of which I’ll end up having 10+)?
Thanks … Michael
Attachments:
You must be
logged in to view attached files.