- Thank you received: 0
Need help editing my template
-
Calverey
-
Topic Author
- New Member
-
Less
More
11 years 11 months ago #35573
by Calverey
Need help editing my template was created by Calverey
Good day
I would like to change the colour of certain module positions.
What I have done is setup user 1-4 modules directly under the carousel (the moving banner), and I would like to make them the same blue as the selected menu item for the main menu. If possible if it could also be a bar across the webpage. This will be a static feature of the home page. Finally if I could also change the text colour to match the main menu.
I am knew to Joomla and hope I have described correctly what I would like to achieve
Thanks
I would like to change the colour of certain module positions.
What I have done is setup user 1-4 modules directly under the carousel (the moving banner), and I would like to make them the same blue as the selected menu item for the main menu. If possible if it could also be a bar across the webpage. This will be a static feature of the home page. Finally if I could also change the text colour to match the main menu.
I am knew to Joomla and hope I have described correctly what I would like to achieve
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #35579
by ivan.milic
Replied by ivan.milic on topic Need help editing my template
Every module position container has class mp_<postion name>
So you can add scc like this in template_css.css
.mp_<postion name>{
background:...
}
discrete example , let say right to be blue:
.mp_right{
background:blue;
}
So you can add scc like this in template_css.css
.mp_<postion name>{
background:...
}
discrete example , let say right to be blue:
.mp_right{
background:blue;
}
Please Log in to join the conversation.
Time to create page: 0.294 seconds