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

  1. Home
  2. Addons
  3. Black to white custom arrows: Fullscreen slider

Black to white custom arrows: Fullscreen slider

Scheduled Pinned Locked Moved Addons
6 Posts 4 Posters 398 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mike
    wrote on Feb 15, 2019, 3:07 PM last edited by
    #1

    Hello

    I am using custom arrows on the fullscreen slider addon. I wondered if it is possible to set different custom arrows depending on which row is visible? This would allow me to switch from a black arrow to a white arrow when the image in the row is dark. I already have the site title and menu text working in this way.

    Many thanks for your help

    M

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mariusjopen
      Global Moderator
      wrote on Feb 15, 2019, 7:17 PM last edited by
      #2

      Dear @mike
      that is not really possible. Except you do this with the CUSTOM CSS, HTML and maybe jQUERY.

      Best!

      Marius

      www.mariusjopen.world

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mike
        wrote on Feb 18, 2019, 5:58 PM last edited by
        #3

        Ok thanks Marius. I will use a grey arrow!

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mariusjopen
          Global Moderator
          wrote on Feb 20, 2019, 12:29 PM last edited by
          #4

          Dear @mike
          thats a solution :-)

          Best!

          Marius

          www.mariusjopen.world

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nuotio
            wrote on Jan 30, 2025, 9:33 AM last edited by
            #5

            Hi! Old post but I'm facing a similar challenge. I'm using a full-screen slider and have slides with light and dark backgrounds. I'd love to have an alternative negative cursor for the dark slides as it's possible on the carousel addon. Could you offer any more guidance on how to target the arrows with CSS for example? Is it possible for example to set a custom css class to a row and then change the arrows according to that row/slide? Thanks a lot in advance!

            1 Reply Last reply
            0
            • A Offline
              A Offline
              arminunruh
              Global Moderator
              wrote on Jan 30, 2025, 10:10 AM last edited by arminunruh Jan 30, 2025, 5:11 AM
              #6

              this is difficult to do for someone with no experience with html and css

              Screenshot 2025-01-30 at 11.07.22.png

              as you can see this div either has a html class of "up" or "down"
              there is css for the cursor that is used:

              html.fp-enabled .grid.down {
                  cursor: url(http://localhost:10020/wp-content/uploads/2024/11/pointinghand.svg) 16 16, pointer;
              }
              

              and the body has a class of fp-viewing-x :

              Screenshot 2025-01-30 at 11.07.52.png

              probably you'd do sth like

              html.fp-enabled body.fp-viewing-5.id-123 .grid.down {
                  cursor: url(http://localhost:10020/wp-content/uploads/2024/11/pointinghand.svg) 16 16, pointer;
              }
              

              with id being the id of your project, pf-viewing-x where x must be the number that is shown there when your slide is active.
              and the url part being the dark down cursor.

              probably with horizontal slider its left and right or sth like that. instead of up and down.

              google "how to use chrome inspector"

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              I also code custom websites or custom Lay features.
              💿 Email me here: 💿
              info@laytheme.com

              Before you post:
              1. When using a WordPress Cache plugin, disable it or clear your cache.
              2. Update Lay Theme and all Lay Theme Addons
              3. Disable all Plugins
              4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

              This often solves issues you might run into

              When you post:
              1. Post a link to where the problem is
              2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
              3. If the problem is difficult to explain, post screenshots / link to a video to explain it
              Online Users
              Y
              yelmarb
              22 minutes ago
              Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
              laytheme.com
              • Login

              • Don't have an account? Register

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