Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

C

camiprscott

@camiprscott
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Row as link to page
    C camiprscott

    Hey @arminunruh @Richard

    I've been playing around to achieve a similar thing to where this thread started - where each row in a table acts as a single link to another page. After lots of trial and error (I am a novice with jQuery/html) I managed it with the following:

    <tr onclick="location.href='http://www.websitelink.com'" style="cursor: pointer">
    <td>...</td>
    <td>...</td>
    <td>...</td>
    </tr>

    What I'm stuck on is the mouseover/hover. I've managed to make it so all text in the whole row becomes italic, but I'd like for all the text in the row to become a colour at the same time.
    In the custom CSS I currently have:

    tr:hover
    {
    color: #B2AAE3;
    font-style: italic;
    cursor: pointer;
    }

    Here is the link to the page:
    https://www.vashtiali.com/writing-copy/

    Thanks!

    General Discussion

  • Overlay close custom cursor
    C camiprscott

    Hi,
    I'm using the overlay feature for the 'About' page, and wondered if/how its possible to change the cursor on the overlay-close to be the same custom cursor I've used in the rest of the site, rather than the 'pointer':

    Screenshot 2023-10-31 at 15.30.53.png

    Here is the site: https://www.laurazepp.com/
    I tried the following custom CSS, but its definitely not correct:

    Screenshot 2023-10-31 at 15.33.45.png

    All and any help is greatly appreciated
    Thanks :)

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search