Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. paola-ming
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    paola-ming

    @paola-ming

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    paola-ming Unfollow Follow

    Latest posts made by paola-ming

    • Different Menu color on Fullscreenslider adding id/class to row

      Hi Armin and friends,

      On the fullscreenslider horizontally I have many slides with black background, at the moment I'm targeting each of these slides with the below CSS. But every time I add a new slide the fp-viewing number changes and the code won't work anymore.

      body.fp-viewing-0-39, body.fp-viewing-0-25 {
      background-color: rgb(8, 9, 11);
      -webkit-transition: background 700ms ease;
      -moz-transition: background 700ms ease;
      -ms-transition: background 700ms ease;
      -o-transition: background 700ms ease;
      transition: background 700ms ease;
      }

      body.fp-viewing-0-39 .laynav a, body.fp-viewing-0-25 .laynav a {
      color: #fff !important;
      transition: color 600ms ease;
      -webkit-transition: color 600ms ease;
      }

      body.fp-viewing-0-39 ._Caption, body.fp-viewing-0-25 ._Caption {
      color: #fff;
      transition: color 600ms ease;
      -webkit-transition: color 600ms ease;
      }

      Is possible to add a id/class to the specific row to change menu and caption color, anyone achieved this with javascript?
      Thanks in advance.

      posted in General Discussion
      P
      paola-ming
    • News element date and title order

      Hello everyone!

      Great theme! Any way to change the order of the news element: title (separator) date to date (separator) title

      Thank you.

      Screenshot 2023-03-20 at 20.38.08.png

      posted in General Discussion
      P
      paola-ming