Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1402138

    The background colour of columns is not showing on the mobile view (tablet and phone) of my website although it’s fine on a desktop or laptop.
    Can someone help, please?

    Many thanks

    #1402198

    Hey helmutkremers,

    I’m not sure I understand the problem you are having, could you post a screenshot highlighting it please?

    Best regards,
    Rikard

    #1402260
    This reply has been marked as private.
    #1402374

    Hi Helmut,

    I tried to check the link you gave on my desktop, however the 3rd column does not seem to show any background color.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1488299

    HI,

    This has nothing to do with media files but I didn’t see any other way of asking a question.

    My question is: What CSS code do I use to create Gradient Text in a headline.

    Thanks

    #1488337

    Hi,

    You can open a new thread here: https://kriesi.at/support/forum/enfold/#new-post

    There is no option for this by default, but you can apply a custom css class to the Special Heading element (e.g “av-custom-gradient-text”), then add the following css code:

    .av-custom-gradient-text {
      font-size: 48px;
      font-weight: bold;
      background: linear-gradient(to right, #ff7e5f, #feb47b);
      -webkit-background-clip: text;
      color: transparent;
    }
    

    If you have more questions, please feel free to open another thread using the form above.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Column problem on mobile’ is closed to new replies.