Recent Site Wide Post (Widget)
- This topic has 1 reply, 2 voices, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi Guys,
I have a single site (not multisite) install of cbox and the cbox theme.. and when I use the widget “Recent Site Wide Post” at the bottom it says “more blogs” but of course I only have one blog.. so when its clicked it results in “Darn it.. Nothing found” (404 error im guessing)
How can I change that widget so it doesnt say “more blogs”
Hi @localfrs –
You can try adding this rule in Appearance>>CBOX Theme Options>> Global>>Custom CSS :
.cac-more-link > a {
display: none;
}
It should hide that hyperlink.