remove layers ucard

  • Posted in : uCard
  • sischoe
    Participant

    Hi,
    how can I remove and/or change the colors of the layers, which darkend the photos, of single areas like the homepage and widges like “Homepage Block”(s)?
    Thanks.

    serkan
    Moderator

    Hi, if you add ( display:none ), it will remove the layer. If you add a new color background code, it will change the color of the layers. You can to it for each layer.

    .header:before { display: none; }
    .cd-item:nth-of-type(1) a:before { background-color: #a0b2de; }
    .cd-item:nth-of-type(2) a:before { background-color: #ff9bc5; }

    Thanks

    sischoe
    Participant

    Thank you for the code. It worked fine.

    serkan
    Moderator

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register