We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development. You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup. If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules
|
||||||
| Joomla Tutorials Useful joomla tutorials |
![]() |
|
|
#1 (permalink) |
|
Unlicensed
Join Date: Sep 2010
Posts: 35
|
I know this is simple, but I'm just not finding it in any CSS file...
I'd like to change the color of the font in the top menu [Home - YJMS 2.0 - Extras - Menu Types....] right now its currently white. While I'm at it, I'd like to change the gray used in the background boxes for the side Right Modules where the Main Menu - Weekend Box Office - Directors Pick - currently a light gray, would like to darken a little. Using the You Movies template - You Movies - Joomla Movies Template Thanks! |
|
|
|
|
|
#2 (permalink) |
|
Unlicensed
Join Date: Dec 2009
Location: The Netherlands
Posts: 1,984
|
Top menu look in: blue.css line 125.
Right column: Code:
#tabs_container .tab_content, #tabs_container2 .tab_content2, #tabs_container3 .tab_content3 {
background:none repeat scroll 0 0 #CCCCCC;
}
for the column: Code:
.yjsquare {
background:none repeat scroll 0 0 #000000;
}
__________________
Please read forum rules. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|