Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Yannik97
tagDiv Member

Hi,
thanks for your answer. I saw this topic already but unfortunately it didn’t help me.

<figcaption class="td-slide-caption td-gallery-slide-content"><div class="td-gallery-slide-copywrite">In gallery the copyright is on the image</div></figcaption>

This code I want to customize it that it looks like this on normal images in a post:

<figcaption class="wp-caption-text">Text under a picture</figcaption>

Yannik97
tagDiv Member

Furthermore: Can I sort the filter by myself and not from A to Z?

Yannik97
tagDiv Member

Very nice! Looking forward to November 2.

Yannik97
tagDiv Member

Okay, got it. 😀

.widget_recent_comments>h2.widgettitle::before {
content: "\f0e6" !important;
margin-right: 10px !important;
font-family: FontAwesome !important;
}

Yannik97
tagDiv Member

Works fine on vc blocks!
And also with fontawesome. 🙂
Thanks!

Only problem is that it does not work on wordpress widgets like recent comments.

.td_block_13 .block-title span::before {
content: "\f0f6";
margin-right: 10px;
font-family: FontAwesome;
}
  • This reply was modified 10 years by Yannik97.
  • This reply was modified 10 years by Yannik97.
Yannik97
tagDiv Member

Thanks for your reply.
When I add the .block-title class in custom css every title on my homepage have this icon. I have to add a class name on the blocks in visual composer. But then all titles in the visual composer block have this icon.
->
I have to reach only the main title of an area.

.newest span::before {
content: '\265D';
margin-right: 10px;
}
  • This reply was modified 10 years by Yannik97.
Yannik97
tagDiv Member

Roboto and Open Sans

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