• Resolved wrrreckbeach

    (@wrrreckbeach)


    Hi QuantumCloud,

    Your simple link directory plugin is the shiznit and will be extremely beneficial to our NFP floor hockey league. Sorry I’m a noob webmaster. I’m trying to learn as fast as I can. I would like guidance on how to:

    • Reduce the list title font size
    • Remove the list caret
    • Change hover color to blue (different color) and/or hover behavior to something less eggregious like the title bolding
    • Add a carriage return in the subtitle.

    I appreciate any assistance you can give me.

    Thank you.

    -Alan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Please add this custom CSS from Simple Link Directory -> Settings -> Custom CSS tab. Clear the cache and check again.

    body .qcopd-list-wrapper div.qc-grid-item.style-1 .ca-menu li .ca-main {
    font-size: 15px !important;
    }
    body .qcopd-list-wrapper .qc-grid-item.style-1 .ca-icon {
    display: none;
    }
    body .qcopd-list-wrapper .qc-grid-item.style-1 .ca-menu li:hover {
    background: blue none repeat scroll 0 0;
    }
    body .qcopd-list-wrapper .qc-grid-item.style-1 .ca-menu li:hover .ca-main{
    padding-top: 0px;
    }
    body .qcopd-list-wrapper .qc-grid-item.style-1 .ca-menu li:hover .ca-sub {
    padding-top: 6px;
    }

    Thank you!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.