PDA

View Full Version : Just purchased Aria - quick question


cmeinck
22-07-05, 05:27 AM
I have the Aria open and I'd like to change the Yellow color in the "last post" section to a my color green.

Thanks.

paulo
22-07-05, 05:52 AM
Template: forumhome_lastpostby

border-left: #FFBA00 7px solid;

cmeinck
22-07-05, 06:15 AM
Thanks!:D

Just one more quick question. When logged in, there is a similar yellow strip next to private messages -- :huh:

cmeinck
22-07-05, 06:49 AM
Found it. Fixed. Thanks.

-Chris

domogabe
19-10-05, 07:20 AM
The code seems to have changed in Aria 3.5. In 3.5, how would I change the color of the strip on the left side of the "last post by" sections?

Thanks!

CompuJon
19-10-05, 08:08 AM
The code seems to have changed in Aria 3.5. In 3.5, how would I change the color of the strip on the left side of the "last post by" sections?

Thanks!

Look in the 2nd Additional CSS box for:


.aria_welcome_top {
border-top: #FFFFFF 1px solid;
border-left: #587cad 7px solid;
background-color: #F8F8F8;
}
.aria_welcome_bottom {
border-top: #FFFFFF 1px solid;
border-left: #A7C4E7 7px solid;
background-color: #F8F8F8;
}


Hopes this helps!
- Jon

domogabe
19-10-05, 01:27 PM
Thanks! That did the trick!