Hi, I want to modify the Hero Info Text of a portfolio item. I want to add shadow to the text, but i don't know how to do this. Here is the text:
<p class="bigger">About The Project</p> <p class="has-opacity">Discover the creative potential of our template on our project pages, where different shortcodes are used to craft captivating content.</p> <br> <p class="bigger no-margins">Date</p> <p class="has-opacity">May 2023</p> <p class="bigger no-margins">Role</p> <p class="has-opacity no-margins">Art Direction, Web Design, Production</p> <hr>
For now, I am working on localhost. The text that I sent in my first message is the base text from the theme, and I just want to add shadow to it, but I don't know how. I believe the text is written in html.
Hi, I want to modify the Hero Info Text of a portfolio item. I want to add shadow to the text, but i don't know how to do this. Here is the text:
<p class="bigger">About The Project</p>
<p class="has-opacity">Discover the creative potential of our template on our project pages, where different shortcodes are used to craft captivating content.</p>
<br>
<p class="bigger no-margins">Date</p>
<p class="has-opacity">May 2023</p>
<p class="bigger no-margins">Role</p>
<p class="has-opacity no-margins">Art Direction, Web Design, Production</p>
<hr>
[ https://themeforest.net/user/clapat/portfolio"> class="link" data-hover="View Website">View Website<>"> ]
Hello Daniel,
just to clarify: have you tried pasting the html into the hero info text field?
https://prnt.sc/J1-_CfpGPT-w
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes ( https://prnt.sc/JUkHeL7OdQxD )
This is how the portfolio item text looks ( https://prnt.sc/aiuHc9drkswr )
Hi Daniel,
So what is then the portfolio item URL? if we are at it, can you post here updated admin access in a private comment?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
For now, I am working on localhost. The text that I sent in my first message is the base text from the theme, and I just want to add shadow to it, but I don't know how. I believe the text is written in html.
Well, if you need to add a text shadow to the whole info text you can use the containing div the text shadow property in customizer -> additional CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
which is
#hero-description {
text-shadow: ...
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ok, I will try this out. Thank you!