Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lukeither Friend
    #195289

    Where can I:

    1. Remove the background image for now.
    2. How to replace it when we get the new background?

    Thanks

    TomC Moderator
    #524667

    The CSS rule controlling the background image can be found at file path –> /templates/ja_vintas/css/template.css
    at line 22:


    body#bd {
    background: url("../images/page-bg.gif") repeat scroll left top rgba(0, 0, 0, 0);
    color: #666666
    font-size: 14px;
    }

    If you want to remove the background image, simply delete the background property from the rule,
    so that it will look like this . . .


    body#bd {
    color: #666666
    font-size: 14px;
    }

    ALWAYS KEEP A BACK-UP OF YOUR ORIGINAL FILES . . . .
    so that if you ever need to revert back to a certain original point, you can find it within your back-up files.

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

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

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