Reply To: Homepage problem (do no concern Ajax portfolio) – WPML selector – Menu low case


imaginem
Support

Hi,

1. You can edit /css/dynamic_css.php

Add the following to line 127

From

echo 'h1.entry-title,.ajax-gallery-navigation { background-color:'.$content_titlebg.'; }';

to

echo 'h2.entry-title,h1.entry-title,.ajax-gallery-navigation { background-color:'.$content_titlebg.'; }';

2. Dome CSS styling for WMPL selector would do. If you use firebug extension for firefox will make it easy to locate classes to change.

3. You can remove text-transform:uppercase; properties from h2.entry-title and h1.entry-title

Thanks