Need help on customizing the design of the Adsense search form block after I added it in the page.tpl.php.

Here's the code I added in page.tpl.php

$block = module_invoke('adsense_cse', 'block', 'view', 1);
print $block['content'];

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

What do you mean with design? You want to change the look & feel of the search form? The only customization possible is via the AdSense interface at google.com/adsense.

v1p3r1c3’s picture

Thanks for the reply jcnventure.

Yes I wanted to change the look & feel of the search form like in http://edition.cnn.com/ website.

Can I change it using block theme?

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Fixed

You should be able to theme it just like the rest of your site, using CSS. I don't see any problem in getting CNN's look just by using CSS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.