WPIntell

Source evidence

single list compact display

Simple Link Directory – AI Powered · support · 2026-06-23T01:18:00+00:00

complaintsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
drhitch54 unresolved
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 to see the link] 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 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 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 /* 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; }

Comments

3 shown
QC Support 2026-06-23T14:39:00+00:00

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

drhitch54 2026-06-26T02:30:00+00:00

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 2026-06-26T12:44:00+00:00

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 /* 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; }