Title: Paragraph Opacity
Last modified: October 20, 2025

---

# Paragraph Opacity

 *  Resolved [ghs.pinheiro](https://wordpress.org/support/users/ghspinheiro/)
 * (@ghspinheiro)
 * [9 months ago](https://wordpress.org/support/topic/paragraph-opacity/)
 * Hi, can i put an css to make a opacity only on text, when it`s minimzed?
 * I get this code, but it puts the opacity on the button, i need that mantains 
   100% visible
 * selector {
   position: relative;_overflow: hidden; mask-image: linear-gradient(
   to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-
   gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); color: inherit; /_
   Cor do texto */}

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [ckrahul](https://wordpress.org/support/users/ckrahul/)
 * (@ckrahul)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/paragraph-opacity/#post-18734169)
 * Hi [@ghspinheiro](https://wordpress.org/support/users/ghspinheiro/),
   Thank you
   for reaching out!You’re on the right track.Just apply the mask only to the text
   element (`<p>`) and set a fixed or 100% height so the fade appears only on the
   text, not on the button.p{position: relative;_overflow: hidden; mask-image: linear-
   gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); -webkit-mask-image:
   linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); color: inherit;/_
   Cor do texto */height: 100%;}Regards

Viewing 1 replies (of 1 total)

The topic ‘Paragraph Opacity’ is closed to new replies.

 * ![](https://ps.w.org/text-unfold-for-elementor/assets/icon-256x256.gif?rev=3032284)
 * [Text Unfold For Elementor](https://wordpress.org/plugins/text-unfold-for-elementor/)
 * [Support Threads](https://wordpress.org/support/plugin/text-unfold-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/text-unfold-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/text-unfold-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/text-unfold-for-elementor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ckrahul](https://wordpress.org/support/users/ckrahul/)
 * Last activity: [7 months, 3 weeks ago](https://wordpress.org/support/topic/paragraph-opacity/#post-18734169)
 * Status: resolved