11/06/2017 at 9:26 am
#440240
Keymaster
@ Larger Media
RE: how can I increase the white space between the last listing and the “Submit New Entry” link by about 30-40 pixels?
Use CSS to add some margin:
#cn-list-foot .cn-list-actions {
margin-top: 40px;
}
RE: How do I add (below the last listing) not only the “Submit New Entry” link but also the category select box and the search box?
Sorry, not possible.
RE: How do I rename the anchor text from “Submit new Entry” to “Add a new store” ?
See this FAQ. You’ll want to use connections_form for that specific line of text.
Hope this helps!
