chriswoodner
Forum Replies Created
-
I think that …
selector .vp-filter__style-minimal .vp-filter__item-active a {
background-color: red;
}will work. I was struggling on the same issue and it works now ??
BTW Anna, the hover effect is done with …
selector .vp-filter__style-minimal .vp-filter__item a:hover {
color: #FFF3B3;
}Thank you – the usage of “[-url]” tag is the perfect solution for me.I was too fast to close that request. The “[_url]” and also the “[_post_url]” tags only provide the name of the URL on which the contact form resides.
The contact form is called by using a link on several posts, so I need to know something from the post itself.
As the documentation says … [_post_url] will only work if the contact form is placed inside the post content. That is not the case. Only a link to the contact form is used in all the posts…
So am am back at start ??
- This reply was modified 6 years, 6 months ago by chriswoodner.
Well, inthe meantime I have received the solution from Elementor support. Just use the <i> class. In that case …
<i class="fa fa-phone" aria-hidden="true"></i>
… does the job.
Well, that’s not really what I want. I would like to use an graphic within the text editor. Just like using a different font within the text. Or just like using a smiley within the text…