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

B

bennyxan

@bennyxan
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Change text style on marquee hover
    B bennyxan

    Found a solution :)

    If someone has the same problem:

    ._MarqueeSmall_no_spaces:hover{
    -webkit-text-stroke: 2px #FFFFFF;
    color: transparent;
    transition: 0.25s ease-in-out;
    }
    
    ._MarqueeSmall_no_spaces{
    color: white;
    -webkit-text-stroke: unset;
    }
    

    this works perfectly fine for me :)

    General Discussion

  • Change text style on marquee hover
    B bennyxan

    Hey Support team,

    thanks for the new updates - Im totally in love with the marquee function.
    Now I tried to make the marquee text go transparent and outlines appear when hovering it.
    The outlines work perfectly fine, but somehow I'm not able to make the text itself transparent (or black would be fine for me too).

    Here's the css code I'm using

    .marquee:hover
    {
        color: rgba(0, 0, 0, 0) !important;
        text-shadow:
        -2px -2px 0 #ff0000,
        2px -2px 0 #ff0000,
        -2px 2px 0 #ff0000,
        2px 2px 0 #ff0000;  
    }
    

    I also tried to use

      opacity: 0;
    

    but of course the outlines will be transparent too – Is there anyway to fix that code?

    That's the page Im talking about: https://bennyxan.de/about/

    Thank you so much for your help and for the new updates!

    Benny

    General Discussion

  • iframe does not show on mobile version
    B bennyxan

    Thank you so much Richard, works perfectly for me! <3

    General Discussion

  • iframe does not show on mobile version
    B bennyxan

    Hi Laytheme team,

    I'm really in love with your theme – but I just faced a problem and don't know how to solve it.

    I created a survey with involve.me and wanted to embed it on my homepage. The survey itself is responsive and it works great for the desktop version. But as soon as I set a phone breakpoint in laytheme, the survey does not show in phone version anymore.
    If I don't set a mobile breakpoint the survey works perfectly on mobile and desktop version, but the rest of the website looks odd because it shows the desktop version.

    Thats the website: https://whohurtyou.de
    And this is the code of the iframe:

    <div class="involveme_embed" data-project="whohurtyou" data-loadcolor="#002C7A" data-embed-mode="fullscreen">
    <script src="https://benny-xan.involve.me/embed"></script>
    </div>
    

    Thanks for your help <3
    Benny

    General Discussion
  • Login

  • Don't have an account? Register

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