LIke the title says, how do i edit the xhtml/css of a module in the joomla 1.7 interface?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
U can simply create additional CSS file (or even include to your existing one) for your template.
Firstly using Firebug/Chrome find the CSS path to your module. ex. “div.container div.mod-languages“
Secondly create some CSS rules for your module:
Additionaly you can add “!important” declaration to your rules to make sure they have higher priority to “default joomla’s rules”, example: