Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #679256

    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.

    #679446

    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

    #680446

    Perfect, thanks!

    #680947

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background on text box for mobile’ is closed to new replies.