• Resolved seank123

    (@seank123)


    I have a text element that I need to make the whole box into a clickable link.

    I have given it the class .front-left in the Style tab

    How can I do this with CSS?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Agency Dominion Inc.

    (@agencydominion)

    Hello @seank123

    The best solution here would probably be to wrap a link around all of the text in the text block and then perhaps use the class you added like this:

    .front-left a {display:block;}

    Hopefully this will be a workable solution. Thank you.

    Thread Starter seank123

    (@seank123)

    Thanks – missed the ‘a’!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make a whole text element clickable?’ is closed to new replies.