Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • simpsonix Friend
    #180425

    hi everybody,

    I need to chnage some colours of the template: I want to change everything that is red to change to another colour. that goes for: read more links, foot nav, email address in contact module on start page etc. additionally I want to change the colour of the “view demo” button in slideshow lite module (already posted that question under a different thread, but haven’t received an answer so far)

    where do I have to make changes?
    thanks a lot
    simpsonix

    Ninja Lead Moderator
    #466060

    Hi simpsonix,

    You can change css file on the template

    <blockquote>templates/ja_zite/css/template.css</blockquote>

    I guess you change colours on css file or you use firebug of FireFox debug and change it
    from

    #ja-topsl {
    border-bottom: 1px solid #DDD
    }

    change to

    #ja-topsl {
    border-bottom: 1px solid #DDD
    background: red;
    }

    from

    #ja-header {
    position: relative;
    z-index: 10;
    }

    change to

    #ja-header {
    position: relative;
    z-index: 10;
    background: red;
    }

    You continue with other

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

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