-
AuthorPosts
-
December 4, 2010 at 12:51 pm #157045
Hello, I’m using the theme JA SOCIAL in gray color, but am having problems with the background color of all the lightbox. For example, try adding an k2 item via frontend, the background color of the lightbox is gray, it’s bad.
How to I change the background color of the lightbox does not follow the thema? or else to force the color white for example.
Thank u very much
Sincerely,
DanielSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 7, 2010 at 8:10 am #365555ok, you try following this thread:
1) you open the file: templatesja_socialcomponent.php
2) replace all content of this file by :
[PHP]<?php
/**
* @copyright Copyright (C) 2005 – 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
<head>
<jdoc:include type=”head” />
<link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/template.css” type=”text/css” /><?php if($this->direction == ‘rtl’) : ?>
<link rel=”stylesheet” href=”templates/<?php echo $this->template ?>/css/template_rtl.css” type=”text/css” />
<?php endif; ?>
</head>
<body class=”contentpane”>
<jdoc:include type=”message” />
<jdoc:include type=”component” />
</body>
</html>[/PHP]
=>check this again
Thanks
1 user says Thank You to Saguaros for this useful post
December 7, 2010 at 4:26 pm #365631Worked like a charm !
thank you.May 19, 2013 at 3:18 pm #493251Hi. Please can you tell me how I could be able to change this BG color. Thanks
it is on Ja_social as you will see the attached file. Thank You
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 20, 2013 at 1:01 am #493267Hi kcadminuk,
You can try this way:
– Open file: /templates/ja_template_name/css/template.css
– Around line 890, you can find this css rule:
#ja-mainnav {
background: url("../images/trans-bg.png");
border-top: 1px solid #4FAED2
}
We set an image as background for the main menu, you can change to your desired one.
Clean JAT3 cache once done.
Regards
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
SOCIAL JA – Problems with color lightbox
Viewing 5 posts - 1 through 5 (of 5 total)