Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wolpert Friend
    #129778

    I have changed the color of the file botsl-bg_alt.gif (background image with a pattern) to a simple orange without a pattern. The result is as follows (see attached file) two third of the box with “Lates News”, “Popular” and “Work with us” are orange and one third is grey? What can I do to solve this problem? The whole box should be orange. Thanks!


    1. Image_botsl-bg_gif
    Menalto Friend
    #254153

    Was it this one?

    #ja-botsl1 {
    background:#E7E6DF url(../images/botsl-bg.gif) no-repeat right bottom;
    border:1px solid #C9C0B7;
    }

    If so you could change it to:

    #ja-botsl1 {
    background:#fff; <---------CHANGE fff WITH YOUR COLOR
    border:1px solid #C9C0B7;
    }

    wolpert Friend
    #254158

    I have just changed the colour of the image and not the css-file. In which file ist the code located?

    #ja-botsl1 {
    background:#E7E6DF url(../images/botsl-bg.gif) no-repeat right bottom;
    border:1px solid #C9C0B7;

    Thanks

    Sherlock Friend
    #254375

    I think it in template.css(templates/iolite/css folder)

    Menalto Friend
    #254380

    Yes the template.css file is in the the css folder of the template.
    What i meant was instead of use a image with a plain color you can add the color in the css code instead.

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

This topic contains 5 replies, has 3 voices, and was last updated by  Menalto 16 years, 5 months ago.

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