1. JM Lingerie - Preview released


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Preview released


    Vote now - Choose the template types you want in coming months


    Tools & Tips - Make your Joomla site faster


User Tag List

Thread: Ja opal

+ Reply to Thread
 
Results 1 to 4 of 4
  1. #1

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Oct 2011
    Posts
    59
    Points
    105.94
    Downloads
    295
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Ja opal

    Can someone tell me how to change the background of the ja opal template.


    I want to make it all black if possible. Thanks.

  2. #2
    Global Moderator
    pavit's Avatar
    Join Date
    Sep 2007
    Location
    Italy
    Posts
    3,896
    Points
    9,107.03
    Downloads
    3526
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    77
    Thanked 1,142 Times in 1,044 Posts
    Hi

    In this file /templates/ja_opal/css/template.css around line 677 you have

    Code:
    div.ja-mainbg {
        background: url("../images/body-bg.jpg") no-repeat scroll center top transparent;   <---change this to background: none;
    }
    in the same file around line 32 you have

    Code:
    body#bd {
        background: url("../images/mw-bg.gif") repeat-x scroll left top #EBEAE8;
        color: #555555;
        margin: 0;
        padding: 0;
    }
    change to

    Code:
    body#bd {
        background: none repeat scroll 0 0 #000000;
        color: #555555;
        margin: 0;
        padding: 0;
    }
    If you find a post useful please press the Thanks Button

  3. The Following User Says Thank You to pavit For This Useful Post:

    drarvindc (05-07-2012)

  4. #3

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Oct 2011
    Posts
    59
    Points
    105.94
    Downloads
    295
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    13
    Thanked 0 Times in 0 Posts
    when i tried that, it set everything to a white screen and with the client looking now, i changed it back.

  5. #4
    Global Moderator
    pavit's Avatar
    Join Date
    Sep 2007
    Location
    Italy
    Posts
    3,896
    Points
    9,107.03
    Downloads
    3526
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    1 Thread(s)
    Thanks
    77
    Thanked 1,142 Times in 1,044 Posts
    Quote Originally Posted by lumpkan1 View Post
    when i tried that, it set everything to a white screen and with the client looking now, i changed it back.
    I have tried that on my localhost before posting here and it worked fine

    Please check again your template.css
    If you find a post useful please press the Thanks Button

  6. The Following User Says Thank You to pavit For This Useful Post:

    lumpkan1 (05-05-2012)

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts