Title: single list compact display
Last modified: June 23, 2026

---

# single list compact display

 *  [drhitch54](https://wordpress.org/support/users/drhitch54/)
 * (@drhitch54)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/single-list-compact-display/)
 * I see a prior thread for CSS that changes some of the formatting of the displayed
   list from shortcode.
 * I have a very long list of area neighborhoods that need to then link to a hotpot
   on an image map. But the list of linked objects takes forever to scroll. Is there
   a really “simple” display option, even if it’s only 1 column on mobile devices?
   I have a text list ABOVE the image map, but it’s a pain to hyperlink every single
   hotspot manually.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-list-compact-display%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [QC Support](https://wordpress.org/support/users/jamil01/)
 * (@jamil01)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/single-list-compact-display/#post-18946166)
 * Hi,
 * We can give you some CSS overrides to hide the button like designs and make it
   look like plain text links. Is that what you want?
 * Thanks
 *  Thread Starter [drhitch54](https://wordpress.org/support/users/drhitch54/)
 * (@drhitch54)
 * [1 week, 2 days ago](https://wordpress.org/support/topic/single-list-compact-display/#post-18948525)
 * Yes, I would love some CSS codes that can “squeeze” and “simplify” the table 
   list to make it look simply like a string of text. As you saw from my demo page,
   it starts off with a simple list of area neighborhoods, that in turn will hyperlink
   to specific hotspots on the image map. Thank you
 *  [QC Support](https://wordpress.org/support/users/jamil01/)
 * (@jamil01)
 * [1 week, 2 days ago](https://wordpress.org/support/topic/single-list-compact-display/#post-18949035)
 * Please add the following custom CSS from Simple Link Directory -> Settings ->
   Custom CSS tab. Clear the cache and check again. We hope your issue will be fixed.
   
   Screenshot: [https://prnt.sc/aqsfjeJRamjI](https://prnt.sc/aqsfjeJRamjI)
 * /* Custom CSS */
   body .qcld-main-container-style-simple .simple .qcopd-single-
   list ul {    padding: 0 !important;    background-color: transparent !important;
   border-top: 0px solid transparent  !important;    box-shadow: none !important;}
 * body .qcld-main-container-style-simple .simple .qcopd-single-list ul li a {
    
   padding: 0px 10px !important;    transition: 0.3s ease all;}
 * body .qcld-main-container-style-simple .simple .qcopd-single-list ul li:hover
   a {
       color: #555;}
 * body .qcld-main-container-style-simple .simple .upvote-section{
       display: 
   none !important;}

Viewing 3 replies - 1 through 3 (of 3 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-list-compact-display%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/simple-link-directory/assets/icon-256x256.png?rev=1826196)
 * [Simple Link Directory - AI Powered](https://wordpress.org/plugins/simple-link-directory/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-link-directory/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-link-directory/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-link-directory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-link-directory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-link-directory/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 5 replies
 * 2 participants
 * Last reply from: [QC Support](https://wordpress.org/support/users/jamil01/)
 * Last activity: [1 week, 2 days ago](https://wordpress.org/support/topic/single-list-compact-display/#post-18949035)
 * Status: not resolved