• Resolved briqlab

    (@briqlab)


    Hi guys,

    My last question: How can I remove the shadow from letters? In some cases the shadow is useful, in some cases it is unnecessary.

    How can I influence the appearance of shadow?

    Regards,

    Kirsten

Viewing 3 replies - 1 through 3 (of 3 total)
  • That will depend on where you want to remove them.

    If you use your browser inspector you can look at the element with a shadow on it to find out exactly where the shadow is being applied.

    Then you can write a CSS style, similar to this one (as an example):

    .pique-panel-content {
        text-shadow: none;
    }

    Let me know if that’s enough to get you going, or where you run into trouble ??

    Thread Starter briqlab

    (@briqlab)

    Thanks! It worked, now all I need to do is change some colours of tags and some headers. Your tips certainly helped!

    Glad they were helpful! You know where to post if you run into any more trouble ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove shadow from letters’ is closed to new replies.