Hello, i am using the block header 13, and the background text is very hard to read. is there a way to make it just a litle bit darker?
i would need this to affect all block header 13 in the site. has i have many.
Thank you
Hi,
If you have many blocks and wish to change it for all of them at once, I could give you a code. For example something like this
– https://www.screencast.com/t/KoK2tSLvOP
.td_block_wrap.td_block_template_13 .td-block-subtitle {
color: yellow!important;
}
Thanks
Hi
where do I change the light text (subtitle) under the title ? thks
Hi,
@lucascarano If you mean the bog title when using block header 13 mentioned above, that doesn’t have a setting for the font properties. Only the actual block title has font settings
– http://prntscr.com/mem9q3
However the big title can be customized with some CSS if needed. The default values are these (a line-height of 1)
– http://prntscr.com/mema8u
You can change that with this code, (it can be entered in Theme panel->Custom code CSS section) use the value you want for the line height then enter it in the theme panel
.td_block_template_13 .td-block-subtitle {
line-height: 1;
}
If you have more questions let me know.
Thanks
thks, excuse for my english, but I simply want to change the TEXT, not the style or font. In the block option I found only the TITLE, where is the option to set/insert the text of light SUBTITLE. excuse. thks
I solved the problem. The option BIG TITLE of block header 13 can not be changed with Visual Composer, but only with TAG DIV composer. thks