Tagged: content slider
Hello,
I’m using the content slider and it won’t let me use any spaces between words – see the link below. Any ideas for how I can remedy this? Thanks in advance!
Hi 1lizcollins!
Try switching to the HTML editor and add your spaces in that way. If it’s still not letting you then you can add this in between the period and the last name.
Cheers!
Elliott
Thanks Elliott. I’ve tried both and neither work. The code for the content slider is inserted into an icon box. I’ve tried using the content slider alone and the same thing happens – part of the name just disappears. any other ideas on how to fix this? Thanks!
Hey!
It’s working fine on my XAMPP setup so not sure what’s going on. Send us a WordPress login and we’ll take a closer look.
Best regards,
Elliott
Hi!
You need to add it inside the slide instead of using the title. I did the first one for you so you can see how it’s done.
Then add this to your custom CSS.
.slide-entry-excerpt.entry-content > p {
font-weight: bold;
}
Best regards,
Elliott
Hi!
I cant’t see any quotations marks floating. Could you fix it?
If not please show the issue using screenshots.
Regards,
Andy
Hey!
use this in Quick CSS:
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
display: none;
}
Cheers!
Andy
Perfect, thanks!