-
AuthorPosts
-
gringo211985 Friend
gringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
February 18, 2015 at 1:40 pm #203905Hi there,
I’m having a problem finding the CSS class for the background image on Features Intro Style 9.
Here is my problem,
As you can see the text is over the background image and becomes un-readable, I want to set the background image to none when below a certain resolution, but I can not find where the CSS is for this as it’s just showing in element style.
Please can anyone help me make it disappear below 990px?
Thanks,
Richard-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 19, 2015 at 12:11 pm #560005Which area are you referring to on your site? Things at least look to be running smoothly from what I can see.
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
February 20, 2015 at 10:47 am #560103Hey guys,
Can anyone help me out with this?
Thanks,
RichardNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 21, 2015 at 2:03 am #560158<em>@gringo211985 459531 wrote:</em><blockquote>Hey guys,
Can anyone help me out with this?
Thanks,
Richard</blockquote>Have you sorted out it? I see it’s working fine on your site
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
February 23, 2015 at 11:23 am #560364Hi @ninja Lead
The problem is still not fixed, the problem is when it goes responsive ie tablet 768px or smaller.
The text overlays the image and thus makes it unreadable, I need to get a fix for this ideally by placing the image at the top of the text. Let me show you some examples,
This is what it currently looks like,
This is what I want it to look like
So as you can see, when it is responsive view the image is above the text but under the heading.
Is it possible to do this?
Thanks,
Richard-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2015 at 3:56 am #560444Hi Richard,
I’m so sorry about this but the image of you mentioned are background and you could not control it likes as your expectation
Regards
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
February 24, 2015 at 11:18 am #560513<em>@Ninja Lead 460019 wrote:</em><blockquote>Hi Richard,
I’m so sorry about this but the image of you mentioned are background and you could not control it likes as your expectation
Regards</blockquote>
Hi @ninja Lead
Okay then can I change it so that it disappears after a certain resolution with the CSS class “display: none;”?
So something like,
@media (max-width:990px) {
????? {
display: none;
}
}Surely that is possible?
Thanks,
RichardNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 25, 2015 at 7:57 am #560612Hi Richard,
I disabled the background image in mobile layout module IDs: 146, 147, 152, 153 with the solution below
+ Define the new css style into templates/uber/css/custom.css file
@media (max-width: 767px) {
.background-hidden {
background-image: initial !important;
}
}+ Load the background-hidden style into modules above
You can check it again let me know if it helps
Regards
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
February 26, 2015 at 6:47 pm #560843<em>@Ninja Lead 460247 wrote:</em><blockquote>Hi Richard,
I disabled the background image in mobile layout module IDs: 146, 147, 152, 153 with the solution below
+ Define the new css style into templates/uber/css/custom.css file
@media (max-width: 767px) {
.background-hidden {
background-image: initial !important;
}
}+ Load the background-hidden style into modules above
You can check it again let me know if it helps
Regards</blockquote>
Hi @ninja Lead
Of course! Sometimes I need to kick myself, a module class was of course the solution!
Thanks for helping me out with this, much appreciated.
Thanks,
RichardAuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by gringo211985 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Features Intro Style 9 Background Image problem
Viewing 9 posts - 1 through 9 (of 9 total)