Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1092453

    Hi
    You can use page class in the Menu of that article and apply background style via custom.css file.
    here is doc help you.

    You can share the URL and screenshot here if you face any issue.

    Regards

    anish28 Friend
    #1092477

    hi dear still not working, i’m getting the image in the article. i need a white background and an image in the background as in the screenshot.


    1. screen
    Pankaj Sharma Moderator
    #1092480

    Hi
    Kindly share the URL of page on which you applied the custom style.

    Regards

    anish28 Friend
    #1092481
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1092496

    Hi
    I checked your site but have not found any page class code is added by you.
    Kindly add a page class in the menu and apply the background.

    exmaple :

    .pageclass .wrapper-hd {
        background: transparent;
    }
    .pageclass .t3-mainbody {
        background: #fff;
    }
    

    Regards

    anish28 Friend
    #1092661
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1092672

    Hi
    use this code in custom.css to add image in the background,
    I corrected menu class and code for you.

    .pageclass .wrapper-hd {
        background: transparent;
        background-image: url(/images/joomlart/slideshow/shutterstock_606668213.jpg);
        background-position: center center;
    }
    .pageclass .t3-mainbody {
        background: #fff;
    }
    

    You can replace the image and color as per needs,

    Regards

    anish28 Friend
    #1092673

    thanks dear it’s exactly what i wanted.

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

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

The topic ‘Modify article’ is closed to new replies.