Fork me on GitHub

newspaper  Bottom

  • hi, i downloaded the Newspaper theme and id like to change a few things, mostly what i need help with is:
    i wanna set a small image file as the background of the theme and i want it to repeat itself so it will cover the whole page, i dont know how to do that, i dont know the code to do it
    and i have a cuestion regarding that backgrund, do i have to edit only the theme.php file, or do i have to make changes to the blocks files too?
    please help me?
    i apreciate you time and help
    enjoy, relax
    Aricaman
    www.carrete.net
  • Edit the BODY tag in style.css and styleNN.css in the theme folder and put the following

    BODY {background-image: URL(../images/theme_09.jpg)}

    There will most likely be more attributes set for the body tag so just insert

    ;background-image: URL(../images/background.jpg)

    Towards the end of the tag.

    A great source for understanding CSS is

    http://www.w3schools.com/css/default.asp
  • hi, i tryed what u told me to do, heres the code, but i dont see any changes, its the same,no image
    BODY {BACKGROUND-IMAGE:/puc/themes/newspaper/images/1base.jpg;
    FONT-FAMILY: Times New Roman; FONT-SIZE: 14px}

    did i get it right?
    if not, pleasel help me?
    aricaman
    www.carrete.net
  • Try

    BODY {background-image: URL(../themes/newspaper/images/1base.jpg);
    FONT-FAMILY: Times New Roman; FONT-SIZE: 14px}
  • thanks again, it worked perfectly
    aricaman
    www.carrete.net
  • Glad to help. :)

    --
    Zikula Themes

This list is based on users active over the last 60 minutes.