Mobile options
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 9 months ago #63641
by Kleszewski
Mobile options was created by Kleszewski
Hi
How to hide (Disabled) showing this effect on the phone.
Regards
How to hide (Disabled) showing this effect on the phone.
Regards
Please Log in or Create an account to join the conversation.
2 years 9 months ago #63642
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile options
Hi
you can use some css with media queries to hide the button
CEd
you can use some css with media queries to hide the button
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 9 months ago #63644
by Kleszewski
Replied by Kleszewski on topic Mobile options
Custom CSS for responsive:
What is the css class of this button ?
What is the css class of this button ?
Code:
.scrollToTop a, a:hover
Please Log in or Create an account to join the conversation.
2 years 9 months ago #63645
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile options
something like that
Code:
@media only screen and (max-width:800px){
.scrollToTop {
display: none !important
}
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kleszewski
Please Log in or Create an account to join the conversation.
- Kleszewski
- Topic Author
- Offline
- Platinum Member
- I like playing chess.
Less
More
- Posts: 559
- Thank you received: 17
2 years 9 months ago #63646
by Kleszewski
Replied by Kleszewski on topic Mobile options
It works. Thank you very much for your help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds