Jump to content
  • 0

Проблема с отображением текста на IPhone


mrwad
 Share

Question

Всем привет!

Проблема с отображением текста в модулях на веб странице. Все работает на всех компъютерах кроме Apple IPhone. Текст в картинках, в нижней части страницы не отображется. Как исправитъ код?

 

.hover03
{
height: 100%;
width: 100%;

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
.hover03:hover
{
transform: scale(1.2);
transform-origin: center;
}
.hover02 .sppb-cta-title{
color: transparent !important;
}
.hover03:hover .sppb-cta-title{
color: #ffffff !important;
animation:fadeIn ease-in 1;
animation-fill-mode:forwards;
animation-duration:1s;
background-color: rgba(0, 0, 0, 0.5);
}
.hover02 .sppb-btn-default{
color: transparent !important;
background-color: transparent !important;
border: transparent !important;
font-size: 14px !important;
}
.hover03:hover .sppb-btn-default{
color: #fff !important;
background-color: #620376 !important;
opacity:0;
animation:fadeIn ease-in 1;
animation-fill-mode:forwards;
animation-duration:1s;
font-size: 14px !important;
}
.hover03:hover .sppb-btn-default:hover{
color: #fff !important;
background-color: #D46B0A !important;
font-size: 14x !important;
}
Spoiler

www.e c o n e t g r o u p.fi

 

Edited by mrwad
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

На айфоне не отображается почему-то. Речь идет про картинки внизу страницы с эффектом hover. Тогда как сделать, чтобы на мобилъном устройстве всегда отображался текст с кнопкой, без функции hover (наведение мыши).

Link to comment
Share on other sites

  • 0
5 минут назад, mrwad сказал:

На айфоне не отображается почему-то. Речь идет про картинки внизу страницы с эффектом hover.

Попробуйте добавить стиль:

.sppb-column {
  cursor: pointer;
}

 

12 минут назад, mrwad сказал:

Тогда как сделать, чтобы на мобилъном устройстве всегда отображался текст с кнопкой, без функции hover (наведение мыши).

Скопируйте стили, которые отвечают за эффект в соответствующее @media правило. На пример:

@media (max-width: 768px) {
    // стили
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy