How can I change the Name of the Items i marked with red in the Screenshot?

Posted in: Newsmag
Post count: 9

Hi,

on my main page are little Items which i cant rename the way i want it.

Please help me 🙂

Red marked Items i want to rename

In tagdiv Composer

Post count: 23312

Hello Coin Hero,

Here is talking about Block Title and this element can be changed from the Block Settings, like this -> https://www.screencast.com/t/8K1itVQI Check these settings because from there you can customize the block title.

Thanks for your understanding!

Post count: 9

Thanks a lot! I got it! How Can I capitalize the first Letter? It is all written in small letters, thats a little uncool.

Post count: 23312

Hello Coin Hero,

Please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.block-title .td-pulldown-size{
text-transform: lowercase;
}

For more information about this property, please check here -> https://www.w3schools.com/css/css_text.asp

Thanks for your understanding!

Post count: 9

Hi,

I added this code in the Custom CSS area, but the first letter is still small.

What’s wrong?

Post count: 23312

Hello Hero,

This is just an example for the lowercase letter. You should use the capitalize property. Please read and learn how you should use this setting.

Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.