+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Image as background on single content box only

  1. #1

    Image as background on single content box only

    Hello,

    is it possible to set a image as a background for a content box, but only for this single one box?

    Cheers, Mirza

  2. #2
    Ye

    PHP Code:
    Only registered members can view the code

  3. #3
    What does the box idlook like? I cannot find it :-(

  4. #4
    Hello Peter,

    For template which using Mirza doesn't exist ids for blocks.

    Hello Mirza,

    at first you should add ids for your blocks.

    Go to ftp://templates>>your_tempalte>>tpl>>blocks>>content_blo ck_header.tpl

    and add code for table:
    Code:
    Only registered members can view the code.
    result should:
    Code:
    Only registered members can view the code.
    then open: ftp://templates>>your_tempalte>>tpl>>blocks>>side_block_ header.tpl
    remove this code:

    Code:
    Only registered members can view the code.
    and add new:

    Code:
    Only registered members can view the code.
    save and then use Peter's code. But at first you should detect what id for this block. use firebug it you use firefox or developer tools in chrome.
    Last edited by Viktor; October 21, 2013 at 05:26 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    How about adding a background for a specific box in template SIMPLE BLUE?
    Last edited by Ionut Barabasa; October 23, 2013 at 03:30 PM.

  6. #6
    I did add this code in my style.css

    Code:
    Only registered members can view the code.
    Number 1 is the block ID of my box, but it didn't change anything. Is it still apply to 4.2
    I use general modern template with general script

  7. #7
    Im bumping this up.

  8. #8
    Dear Flynax developer,

    I would love to get some support regarding this modification again.

  9. #9
    Hello Wei,

    What exactly do you want with the modification? I carefully listen to you.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    Hi Viktor,

    I want to add a custom background image for a specific box only. By using firebug on firefox, I found the ID

    Screen Shot 2014-04-08 at 9.40.02 PM.jpg

    The ID is "fs_addcatblockvlist"

    But when I add this code in css file it doesn't work

    Code:
    Only registered members can view the code.
    Did I do something wrong?

+ Reply to Thread