Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • crystalprint Friend
    #189222

    Hello,

    Where can i find the css code for the white/grey lines colors in the modules/articles and footer.
    Also where can i find the css code for the header modules colors

    see attachment.

    kind regards


    1. photo
    Ninja Lead Moderator
    #500181

    So that I can take a look and try to assist, please provide the url of the site you’re working on

    crystalprint Friend
    #500234
    Ninja Lead Moderator
    #500454

    You can find it within this file: crystal/templates/ja_zite/css/template.css

    div.item-page {
    border-right: 1px solid #ddd;
    margin-top: 10px;
    padding-right: 20px;
    }

    div.ja-moduletable, div.moduletable { border-top: 1px solid #ccc;}

    crystalprint Friend
    #500479

    Thank you very much !!!

    that solved the border problem…

    Whats the css code for the header color in the modules ??? (same photo)

    Ninja Lead Moderator
    #500546

    I got this below error message when trying to access your site: http://www.crystalpromotions.nl/crystal/index.php/over-ons

    <blockquote>Not Found

    The requested URL /crystal/index.php/over-ons was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</blockquote>

    Please send me correct URL of your site, I shall check it for you

    crystalprint Friend
    #501273

    http://www.crystalpromotions.nl/index.php/over-ons

    i have yust send you the login codes tru PM…

    Ninja Lead Moderator
    #501368

    You can change color for header in the module with my below solution

    Open templates/ja_zite/css/template.css file

    From

    div.ja-moduletable h3, div.moduletable h3 {
    color: #222;
    font-size: 100%;
    font-family: 'NovecentowideUltraLightBold';
    font-weight: normal;
    margin: 0 0 20px;
    padding: 10px 0 0;
    text-transform: uppercase;
    }

    Change to

    div.ja-moduletable h3, div.moduletable h3 {
    color: #fff;
    font-size: 100%;
    font-family: 'NovecentowideUltraLightBold';
    font-weight: normal;
    margin: 0 0 20px;
    padding: 10px 0 0;
    text-transform: uppercase;
    }

    crystalprint Friend
    #501383

    thank you very much 🙂

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

This topic contains 9 replies, has 2 voices, and was last updated by  crystalprint 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum