01/23/2015 at 5:14 pm
#316984
Keymaster
@ Linda
Here’s the CSS to override the border and shadow:
#cn-tile-plus .cn-entry {
box-shadow: none !important;
background: none !important;
border: none !important;
}
Clicking search should go to the directory home … basically just as if you click the directory page. If you are using either of the force_home
of home_id
shortcode options that can have an affect on which page clicking clear will resolve to.
It’s hard to say, I’d have to know your exact shortcode on the page and see it for myself.
And setting excerpt length to 0
does make sense that it does break on punctuation. As the logic tries not to break mid sentence … so the limit is not a “hard” limit. It is more of a minimum limit of sorts.