normal Left module color

More
12 years 3 weeks ago #1010 by Linh Robert
Replied by Linh Robert on topic Re: Left module color
You can send to
services(a)omegatheme.com

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #1013 by Maribel Delgado
I send the info to the email thanks
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #1014 by Linh Robert
Replied by Linh Robert on topic Re: Left module color
Hi,
I've seen your site, the left modules background is removed???? I think you did but not remember that. :-)
So, in blue.css, brown.css, gray.css
you need re-add this:
Code:
.ot-rightcolumn .custom-bg .otmodule-ext, .ot-rightcolumn .module-connect .otmodule-ext, .ot-rightcolumn .module-login .otmodule-ext, .ot-leftcolumn .custom-bg .otmodule-ext, .ot-leftcolumn .module-connect .otmodule-ext, .ot-leftcolumn .module-login .otmodule-ext{ background-color: #F6F2E9; }

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #1015 by Maribel Delgado
:) i dont remember...i have to add this in last line of the blue.css ?? (i have the blue style in my site).
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #1016 by Maribel Delgado
I have this code, it seems i didnt delete the left column codes :( i dont know whats wrong.. Check what i have:

ot_boutiquebox - OT Boutiquebox Template for Joomla 1.5!
# author OmegaTheme.com
# copyright Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
# @license www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website: omegatheme.com
# Technical support: Forum - omegatheme.com/forum/
**/
/**
* file: aqua.css 1.5.0 00001, November 2011 12:00:00Z OmegaTheme $
* package: OT Boutiquebox Template
*
*/


*{
margin:0;
padding:0;
}
body#ot-body{
color: #333333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
}
a{
color: #4A93CE;
}
div.ot-logo a.logo {
background: url("../../images/blue/logo.png") no-repeat scroll 0 0 transparent;
}
/* Search Box */
form.default-search div.searchbox button.search-magnifier {
background: url("../../images/blue/search-button-bg.png") no-repeat scroll 0 0 transparent;
}
/* Main Menu */
div.ot-mainmenu {
background: url("../../images/blue/mainmenu-bg.png") no-repeat scroll 0 0 transparent;
}
#ot-mainmenu ul.menu li.active,
#ot-mainmenu ul.menu li.sfhover {
background: url("../../images/blue/mainmenu-active-bg.png") no-repeat scroll 0 bottom transparent;
}
#ot-mainmenu ul.menu li.parent ul{

}
#ot-mainmenu ul.menu li.parent ul,
#ot-mainmenu ul.menu li.parent ul li{
background: #4a93ce;
}
/* Subscribe */
div.ot-topbox-3 div.module-subscribe {
background: url("../../images/blue/subscribe-bg.png") no-repeat scroll right bottom transparent;
}
div.ot-topbox-3 div.module-subscribe form.custom-subscribe input.button {
background: url("../../images/blue/subscribe-input-submit-bg.png") no-repeat scroll 0 0 transparent;
}
/* Left Column */
.ot-rightcolumn .custom-bg .otmodule-ext,
.ot-rightcolumn .module-connect .otmodule-ext,
.ot-rightcolumn .module-login .otmodule-ext,
.ot-leftcolumn .custom-bg .otmodule-ext,
.ot-leftcolumn .module-connect .otmodule-ext,
.ot-leftcolumn .module-login .otmodule-ext{
background-color: #f4f5f6;

}
.ot-rightcolumn .module-login h3,
.ot-leftcolumn .module-login h3 {
background: url("../../images/blue/login-leftcol-h3-bg.png") no-repeat scroll 0 0 transparent;
}
.ot-rightcolumn form#form-login div.log-out input.button,
.ot-rightcolumn form#form-login fieldset.input input.button,
.ot-leftcolumn form#form-login div.log-out input.button,
.ot-leftcolumn form#form-login fieldset.input input.button {
background: url("../../images/blue/login-button.png") no-repeat scroll 0 0 transparent;
}
/* Main Page */
div.joomla div.headline {
background-color: #f4f5f6;
}
/* Virtuemart */
.product-round-topleft{
background: url("../../images/blue/addtocart-top-left-bg.png") no-repeat;
width: 5px;
}
.product-round-topright{
background: url("../../images/blue/addtocart-top-right-bg.png") no-repeat;
}
.product-round-topmid{
background: #F4F5F6;
}
.product-round-bottomleft{
background: url("../../images/blue/addtocart-bottom-left-bg.png") no-repeat;
}
.product-round-bottomright{
background: url("../../images/blue/addtocart-bottom-right-bg.png") no-repeat;
}
.product-round-bottommid{
background: url("../../images/blue/addtocart-bottom-mid-bg.png") repeat-x;
}
.product-addtocart form#addtocart input.submit-addtocart,
.CustomBrowsePage-PriceAddtocart .product-addtocart a {
background: url("../../images/blue/addtocart-button-bg.png") no-repeat scroll 0 0 transparent;
}
div.hot-product{
background: url("../../images/blue/hot-product.png") no-repeat;
}
/* Bottom Boxes */
div.ot-bottomboxes {
background: none repeat scroll 0 0 #f4f5f6;
}
div.ot-topclick a#ot-goto-top {
background: url("../../images/blue/top-button-click.png") no-repeat scroll 0 0 transparent;
}
/* Footer */
div.ot-footer {
background: #4a93ce;
color: #FFF;
}
div.ot-footer a{
color: #FFF;
}
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #1018 by Linh Robert
Replied by Linh Robert on topic Re: Left module color
Sorry, as my previous post, it is not enough.
Also in layout.css, you need re-add background in:
Code:
div.ot-rightcolumn .otmodule .otmodule-ext, div.ot-leftcolumn .otmodule .otmodule-ext { overflow: hidden; }
to
Code:
div.ot-rightcolumn .otmodule .otmodule-ext, div.ot-leftcolumn .otmodule .otmodule-ext { overflow: hidden; background-color: #F6F2E9; }

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov

Please Log in or Create an account to join the conversation.

Time to create page: 0.263 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam