How to Customize the themes? Can any one help please?

How to Customize the themes? Can any one help please?

by Srikanth Peddi -
Number of replies: 2
Hi,

I'm new to moodle. I've to customize the page color and the side blocks size.
How to edit the theme to make these changes .. .Please help me.
Average of ratings: -
In reply to Srikanth Peddi

Re: How to Customize the themes? Can any one help please?

by Charles Bowser -
As a newbie myself I've been directed to the documentation.

Follow this link: Themes

It will give you the basics. After that you will need to start learning some php and html. One thing that I will say is that you should get notepad++, assuming that you are on a windows box, to edit the .php files. Basically, your best bet would be to start with a theme that is already available and try to modify it. I'm starting with the header.html file myself. I'm trying to add custom logos. For your questions however you would need to create cascading style sheets. This can be done in notepad++ as well. If you try to use word it won't work. Word just adds junk and messes up the code. If you use notepad it is hard to see the logical structures in the code. ++ made things a lot easier for me.
In reply to Charles Bowser

Re: How to Customize the themes? Can any one help please?

by Srikanth Peddi -
Thank you .. I've notepad++ and I'm trying to edit.

I've to use Google ad-sense in my moodle webdite .. How can I add the Google's ad banners to my page header and other side blocks?