• Resolved kuroz

    (@kuroz)


    Is there a way to change how the hover works? Currently when I roll over a link on a word such as December (which, when clicked, will download an eNews PDF), the word changes to the hover colour. What I would prefer is that a box appears over the word in the hover colour as this will then tie in with how my menu works.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This sounds as if your menu uses a background color change for that box effect. Can you please post a link to the page with the table, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter kuroz

    (@kuroz)

    The page is a site under construction but I have taken it off “coming soon mode”. The links are at: https://www.gsq.org.au/what-gsq-offers/enews/. The links only change colour to the hover colour but I want them to work in the way the menu does – roll over the main menu and the hover box appears over the menu item.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! To achieve this, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .wrapper .tablepress td a:hover {
    	color: #ffffff;
    	background: #FF553D;
    	border: 8px solid #FF553D;
    	margin: 0 0 0 -8px;
    }

    Regards,
    Tobias

    Thread Starter kuroz

    (@kuroz)

    This is exactly what I wanted. Thank you very much!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hover box over link’ is closed to new replies.