a have a question. I want to remove h2 here :
jd.gallery.css.php
line 45 :
.jdGallery .slideInfoZone h2
{
padding: 0 !important;
font-size: 14px !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
margin: 2px 5px !important;
font-weight: bold !important;
color: <?php echo $fcg_textcolor; ?> !important;
background-image: none !important;
text-align: left !important;
}
and
line 164
.jdGallery .gallerySelector h2
{
margin: 0;
padding: 10px 20px 10px 20px;
font-size: 20px;
line-height: 30px;
color: <?php echo $fcg_textcolor; ?>;
}
i try to replace with a lot of thing like img, a, p2 lol but it not run.
I want to remove H2 because , he is before h1
you can see in my screenshot
i don't want to move my text in h1 because, feeatured content gallery and my ad are aligned ^^
Any idea ?
Thanks a lot










