Results 1 to 3 of 3

Thread: How change mediabox color? (In the right way)

  1. #1
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default How change mediabox color? (In the right way)

    Hello,

    How i can change mediabox color, black to white in the right way? In the past version of contao i rename the media box file (css) but in the newest versions i can't do it. Any suggestion is welcome.

    Thanks in advance.
    Warcos

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default Re: How change mediabox color? (In the right way)

    Hi

    • "Layout" > "Templates" > "New template" > Select the template "moo_mediabox.*" from the select field (make sure to choose the right version according the "Output format" defined in the "Page layout")[/*:m:t1eggi1j]
    • Edit this template copy and replace the line
      Code:
      $GLOBALS['TL_CSS'][] = 'plugins/mediabox/'. MEDIABOX .'/css/mediaboxAdvBlack21.css||static';
      with this one
      Code:
      $GLOBALS['TL_CSS'][] = 'plugins/mediabox/'. MEDIABOX .'/css/mediaboxAdvWhite21.css||static';
      [/*:m:t1eggi1j]
    • "Save and close" the modified template[/*:m:t1eggi1j]
    • "System" > "Maintenance" > Purge the FileCache "system/tmp"[/*:m:t1eggi1j]
    Contao Community Moderator
    → Support options

  3. #3
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Re: How change mediabox color? (In the right way)

    Thank you xchs
    Warcos

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
  •