Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • pavit Moderator
    #935440

    Hi there

    You can add background image editing variable.less file in this folder
    /templates/ja_magzII/less/bariables.less and add url to your image in
    @body-bg

    cyberrick13 Friend
    #935578
    This reply has been marked as private.
    pavit Moderator
    #935645
    This reply has been marked as private.
    cyberrick13 Friend
    #935734

    So I entered that into the proper file and it is still not loading. Here’s what I added:
    http://screencast.com/t/S3VZjvX4

    What am I doing wrong?

    Thanks for all the help!

    pavit Moderator
    #936141

    What am I doing wrong?

    There are no Parch3.png images at the url you added also did you compiled less to css ?

    If this should not work then add this to your custom.css file in this folder /templates/ja_MagzII/css/ if you do not have a custom.css file then create a new one

    body {
    background: url("yoururltoimage")!important;
     }
    cyberrick13 Friend
    #936204

    You were right. I added the graphic to the url address I had put down and then did a LESS to CSS in the
    template settings, and now I get this error –

    "a_magz_ii/less/bootstrap.less
    ParseError: Unexpected input in variables.less on line 81, column 1 79| @body-bg: #fff; 80| @text-color: @gray-dark; 81| @background-image: @url:(/image/Parch3.png) 82| 83| 84| // Links"

    So I created the custom.css file you suggested and still no background shows up.


    1. custom_css_file
    pavit Moderator
    #936980

    Hi

    As i can see from your website body background is working fine now


    1. Screenshot_2
    cyberrick13 Friend
    #937097

    Yes, I got it figured out. Thanks.

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

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

The topic ‘Need to Add a Texture Background’ is closed to new replies.