How to insert background image for Joomla articles

How to insert background image for Joomla articles

New Issue
Joomla Support Alex
  • (1 Ratings)

I am trying to put a background image into all Joomla articles on my website. I am trying to hard-coding the div tag into the body of my Joomla article.

Regards
Alex

1 Responses

AppClave

6 years ago #184

Hi Alex,

You can try this through CSS. In your CSS, add the following code:

.article-content{
    background-image: url("/images/folder-path/filename.png");
}

Best Regards
AppClave Team

Submit Your Response