Close

Change News Background Image

goodman
8 years ago
#10614 Quote
Avatar
  • 9
How do you change the news background image on the home page using the admin section ?
Peter.Zhekov
8 years ago
#10623 Quote
Avatar
  • Moderator
  • 104
goodman wrote:
How do you change the news background image on the home page using the admin section ?


Hello there,

You can not change the News section background from the admin section. However it's not difficult to change this background via changing the CSS file. First you need to add the image you want to set as background image in the folder: '~Themes\Tiffany\Content\img\'. Then open the file '~Themes/Tiffany/Content/CSS/styles.css' and find the following code. Here you need to replace the bold text(the current image name) to your new image name:


.news-list-homepage {
    background: url("../img/background_news.jpg") repeat scroll center top;
    margin: 130px 0 30px;
    .
    .
    .
}
Regards,
Peter Zhekov
Nop-Templates.com
goodman
8 years ago
#10635 Quote
Avatar
  • 9
Thanks