• Resolved francocorsi1

    (@francocorsi1)


    Hello, thank you for the excellent work. I would like to know if, in the free version, it is possible to change the color in the mouseover effects and if in general it is possible to change the color of the links. Thanks in advance

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Thanks!

    Sure, you can do some with some custom CSS override easily. We can give you the CSS overrides but the link to your site that you posted is not working for me. Please check and confirm if the URL is correct.

    Thanks

    Thread Starter francocorsi1

    (@francocorsi1)

    Hi, sure I mistyped. The correct link is:

    https://www.associazionefornacebianchi.org/wp/

    many thanks

    Franco

    Plugin Author QuantumCloud

    (@quantumcloud)

    For the hover background and font color try pasting the following in SLD settings->Custom CSS box and save:

    .style-1 .ca-menu li:hover {
    background: #0aa7ff none repeat scroll 0 0 !important;
    border-color: #1380bd !important;
    }
    .style-1 .ca-menu li:hover .ca-main {
    color: #fff !important;
    }
    .style-1 .ca-menu li {
    border-left: 10px solid #1380bd !important;
    }

    You can change the HTML color codes to anything you want.

    Thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    Hopefully, the issue is resolved. Marking the thread as resolved.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color and background of links’ is closed to new replies.