-
AuthorPosts
-
June 14, 2013 at 3:20 pm #188244
i wish to change the background color in popups (Collection)
inspected by firebug and no solution until now. has to be white with black text color.
thx
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 14, 2013 at 3:22 pm #495920link doesn’t work
June 14, 2013 at 3:24 pm #495922link corrected
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 14, 2013 at 3:26 pm #495924<em>@steveross 376829 wrote:</em><blockquote>i wish to change the background color in popups (Collection)
has to be white with black text color.thx
</blockquote>
To what “popups” are you referring?June 14, 2013 at 3:30 pm #495925the popups in portofolie section – here called Collection. if you click on the Artikel (Kleidchen) popup will open…..
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 14, 2013 at 3:34 pm #495926Within file path –> /templates/ja_onepage/css/themes/modern1/template.css
at line 3191, yu will see the following:
body {
background: none repeat scroll 0 0 #000000
color: #666666
font-family: 'Open Sans',sans-serif;
}This is where you can change the background and font color – for example:
body {
background: none repeat scroll 0 0 #FFFFFF
color: #000000
font-family: 'Open Sans',sans-serif;
}Hope This Helps
1 user says Thank You to TomC for this useful post
June 14, 2013 at 3:46 pm #495927thx tom, it did the job.
BTW:
none repeat scroll 0 0
is not included in my css. reason to add it ?TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 14, 2013 at 3:47 pm #495928<em>@steveross 376837 wrote:</em><blockquote>thx tom, it did the job.
BTW:
none repeat scroll 0 0
is not included in my css. reason to add it ?</blockquote>
not really …. though I cut and pasted that from your CSS (via Firebug).Glad to be able to assist …. All the best with your continuing site development !!!
🙂
June 14, 2013 at 3:52 pm #495929hmm, scary
my css look like this starting @ 3169
.clients .testimonial .hiring .img-grayscale,
.partners .span2 .img-grayscale,
.thumbnails li div.thumb-mask .mask-inner .img-grayscale {
max-width: none 9 !important;
filter: gray 9;
}
.clients .testimonial:hover .img-grayscale,
.partners .span2:hover .img-grayscale,
.thumbnails li:hover div.thumb-mask .mask-inner .img-grayscale {
filter: none 9 !important;
}
body {
background: #FFFFFF
font-family: 'Open Sans', sans-serif;
color: #332522
}
.categories-list div h3.page-header a {
color: #000
}
.weblink-category h2,
.newsfeed-category h2 {
color: #000
} -
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by steveross 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum