test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • steveross Friend
    #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

    beta.thesmallgatsby.com

    TomC Moderator
    #495920

    link doesn’t work

    steveross Friend
    #495922

    link corrected

    TomC Moderator
    #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?

    steveross Friend
    #495925

    the popups in portofolie section – here called Collection. if you click on the Artikel (Kleidchen) popup will open…..

    TomC Moderator
    #495926

    Within 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

    steveross Friend
    #495927

    thx tom, it did the job.

    BTW:
    none repeat scroll 0 0
    is not included in my css. reason to add it ?

    TomC Moderator
    #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 !!!

    🙂

    steveross Friend
    #495929

    hmm, 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
    }

Viewing 9 posts - 1 through 9 (of 9 total)

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