- Posts: 11
- Thank you received: 0
Adding suffix module
- Teodorescu Catalin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 10 months ago - 11 years 10 months ago #5103
by Teodorescu Catalin
Adding suffix module was created by Teodorescu Catalin
Hy,
How can i add a new icon for left and right module?
How can i add a new icon for left and right module?
Last edit: 11 years 10 months ago by Teodorescu Catalin.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
11 years 10 months ago #5110
by Linh Robert
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 www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Adding suffix module
Hi,
You can add your module classsuffix and then add css for your classsuffix.
For example, we add classsuffix " mod-login" for the login module at left / right. Then in css, we add this code in brown.css:
So when choose the style for template is brown, that icon is display in heading of login module.
You can add this code to different css style files (templates/ot_boutiquebox/css/layout/*.css) to show different icon for different color styles. Or just put to layout.css to apply to all color styles.
Thanks
You can add your module classsuffix and then add css for your classsuffix.
For example, we add classsuffix " mod-login" for the login module at left / right. Then in css, we add this code in brown.css:
Code:
.ot-rightcolumn .module-login h3,
.ot-leftcolumn .module-login h3 {
background: url("../../images/brown/login-leftcol-h3-bg.png") no-repeat scroll 0 0 transparent;
}
So when choose the style for template is brown, that icon is display in heading of login module.
You can add this code to different css style files (templates/ot_boutiquebox/css/layout/*.css) to show different icon for different color styles. Or just put to layout.css to apply to all color styles.
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 www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds