I have two questions about the settings of the text background
1) how can I make it ‘transparant’:
2) how can I make the size of different text backgrounds equal.
E.g. a longer word gets a longer text background (http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/)
I want my text backgrounds have the same size.
Hi,
To make them equal size, try adding this code to the Quick CSS area in the Theme options page:
.avia-caption .avia-caption-title{
display: block !important;
}
Result:
Regards,
Josue