Custom Header On Hover Pointer

Hello,

I used a custom header to put text into a column.
Then, I created a ConvertPlus modal popup and used a custom id selector to trigger it.
Now, I would like the cursor to convert to a pointer on hover.
Can you help me figure out how to do this?
I’ve tried several ways and none have worked yet.

Here’s the page I’m working on, the text that triggers the modal is “TERMS AND CONDITIONS” at the bottom of the page: http://makemedia.us/referral

If you just click the text the modal will appear, but I’d really like the cursor to change so people are aware it’s clickable.

Thank you in advance.

Hi,

Thanks for writing in!

To change it to pointer, you can add this in Theme Options > CSS

#tandc {
   cursor:pointer;
}

Hope that helps.

Oh my gosh.
It was so much easier than I was making it.

Sometimes you just need someone to point out the obvious.

Thank you very much.

We are gratified that we’re able to help you with this,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.