iJoomla Forum

iJoomla Magazine => Support Questions => Topic started by: schlappi on October 27, 2007, 02:43:41 AM



Title: backround color
Post by: schlappi on October 27, 2007, 02:43:41 AM
Hi,

who can i change the backround color from the vertikal & horizontal text boxes ?

I will change the background color from white in red.

Greetings,
Ralf


Title: Re: backround color
Post by: merav on October 27, 2007, 08:21:25 AM
Hi,

Go to design->styles and open the style you're using for your issue, you will be able to make changes there. If you don't know how, post the style here.


Title: Re: backround color
Post by: schlappi on October 27, 2007, 12:06:59 PM
Hi,

it doesn`t work  >:(

Here is the css file:

/*heading*/
.heading{
   
 display: block;
   color: #fff;
   background: #C8466A;
   text-transform: uppercase;
   font-weight: normal;
  padding: 5px;
  width: 96%;
}

.heading2{
 display: block;
   color: #fff;
   background: #6E351E;
   text-transform: uppercase;
   font-weight: normal;
  padding: 5px;
  width: 98%;
}

.general_heading{

   color: #6E351E;
   text-transform: uppercase;
   font-weight: bold;
   font-size:130%;
padding:5px;
display:block;
}

.heading_horz{
   
  display: block;
 background: #F4F8FB;
  height: 23px;
  line-height: 23px;
  text-indent: 8px;
  font-size: 11px;
     text-align: center;
  margin: 0px 3px 3px 3px;
color: #666666;
   letter-spacing: 2px;
   text-transform: lowercase;
}
/*side bar*/
/* The box sorrounding the side bar*/
div.box_sidebar{
   background-color: #FCF3E5;
   border: 1px solid #CF817D;
   color: #333333;
   float: right;
   margin: 40px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   top: 40px;
}

div.sidebar {
   float: left;
   width: 29%;
}

img.user_image_class{
   margin: 5px 5px 5px 5px;
}

/* article title*/
.article_title a{
text-decoration: underline;
}

.background-image img{
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
}

/*author mini profile*/
.box_author{
   background-color: #F7F7F7;
   border: 1px solid #cccccc;
   color: #333333;
   margin: 30px 20px 20px 10px;
   padding: 5px 5px 5px 5px;
}


/* descriptions*/
.description{
   color: #333333;
   font-size: 12 px;
   margin: 3px 3px 3px 3px;
}

.description div p{
   color: #333333;
   font-size: 12 px;
   margin: 3px 3px 3px 3px;
}

/*intro*/
.intro_horizontal {
   margin: 5px 5px 5px 5px;
}
/*intro*/
.intro {
   margin: 5px 5px 5px 5px;
   color: #000000;
}

.quotes {
   padding: 0 10px 0 10px;
   width: 230px;
}

.quotes div {
   color: #333333;
   font-size: 14px;
   font-weight: bold;
}

.quotes img {
   padding: 0px 10px 0px 10px;
}

/* Alignment of the text of the sidebar area*/
.sidebar_area {
   text-align: left;
}

/* Alignment of the image in the sidebar area*/
.sidebar_area img{
   float: right;
}

.sidebar_article_title {
   color: #666666;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}
hr {
   color: #ffffff;
   height: 0px;
   border-style: dotted;
   }

I will change the background color from the vertikal box in E2CBAF and the horizontal box in E4B9B8

Ralf


Title: Re: backround color
Post by: RicardoCorai on October 27, 2007, 10:28:02 PM
Hi schlappi,
Check your "intro" class. Add a background color there.
Regards,