Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • eroskamp Friend
    #1023910

    HI,

    Some menu items have the same background image. Waht I tried to do is to add a new background image and name if body-bg-15. I uploaded this image with the other images and change the background image in that menu item to body-bg body-bg-15. But it takes the default image body-bg and not the new background image. I am talking about this page http://cyprusparty.com/sport-adventure

    Pankaj Sharma Moderator
    #1024070

    Hi
    After adding the custom class in the menu. You have to define css rule for this background class to load image.
    Add below code in custom.css file

    .body-bg-15 body {
        background: #fff url(/templates/ja_smashboard/images/body-bg-15.jpg)!important;
        background-size: cover;
        background-attachment: fixed;
        color: #666;
        font-family: 'Open Sans',arial,sans-serif;
        line-height: 1.5;
        margin: 0;
        height: 100%;
    }
    

    Save and check.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

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