Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • fbasaris Friend
    #924692

    Hi everyone,
    I have read some topics in the forum about putting background image and i created a custom.css file like this.

       .t3-wrapper{
        background:url(/images/background.jpg);   
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        }

    But i want to show this background image just home page. The other pages must be white color like original template. But i could not do that. Is it possible? if the answer is yes, how can i do?

    Thanks for reply..

    Pankaj Sharma Moderator
    #924816

    Hi
    You can use Page class from the Menu options and add the class before the style class .

    Like this

    .home .t3-wrapper{
        background:url(/images/background.jpg);   
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        }

    this work for only home menu .

    wels13 Friend
    #1078448

    nice < but where can I find this [custom.css]
    like I have to be an expert in the theme before I start learning the basic stuff ?

    Pankaj Sharma Moderator
    #1078503

    Hi
    Open /templates/Purirty_iii/css/custom.css file
    If the file is not present kindly create it and add the code.

    Regards

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

This topic contains 3 replies, has 3 voices, and was last updated by  Pankaj Sharma 6 years, 4 months ago.

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