Ahoy,
is there a way to add a black text box around this text for mobile view? The picture behind it makes it impossible to see.
Hey mcraig77,
1. Enable custom css class name support and add a custom class called “custom-heading” to the special heading.
2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 968px) {
.custom-heading.av-special-heading{
background: rgba(255,255,255,.9);
}
}
Best regards,
Vinay
Perfect, thanks!
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay