[SOLVED] Showtime 3.0 - Changing the H2 Title Style

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
amhoffmaster
Forum Members
Forum Members
Posts: 121
Joined: Sat Jan 03, 2009 5:05 pm

[SOLVED] Showtime 3.0 - Changing the H2 Title Style

Post by amhoffmaster »

I've installed the latest showtime slideshow 3.0 with CMSMS 1.10.3.

It seems that the titles in showtime are assigned to the <h2> style. This conflicts with the styles I have setup for the content area where I have placed the slideshow. My <h2> has a background color. This is a problem because that background is now displaying in the showtime slideshow title with the background. I don't want to define a custom div because my client won't know how to do that when creating new slideshows. I see the <H2> style is in a lot of files in the module. I'm not a programmer so I'm a little hesitant to change all these references.

Anyone have a better idea of how to change the style of the showtime title?
Last edited by amhoffmaster on Tue Apr 03, 2012 12:46 pm, edited 1 time in total.
mcDavid
Power Poster
Power Poster
Posts: 377
Joined: Tue Mar 31, 2009 8:45 pm
Location: Delft, Netherlands

Re: Showtime 3.0 - Changing the H2 Title Style

Post by mcDavid »

do you have an example of the page with this problem?
amhoffmaster
Forum Members
Forum Members
Posts: 121
Joined: Sat Jan 03, 2009 5:05 pm

Re: Showtime 3.0 - Changing the H2 Title Style

Post by amhoffmaster »

http://www.tbonesmarketplace.com/index.php
Please note that this site is under development.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Showtime 3.0 - Changing the H2 Title Style

Post by Dr.CSS »

Add this to your main style sheet after the default h2 call...

#comments_st_1 h2 {background-color: transparent}
mcDavid
Power Poster
Power Poster
Posts: 377
Joined: Tue Mar 31, 2009 8:45 pm
Location: Delft, Netherlands

Re: Showtime 3.0 - Changing the H2 Title Style

Post by mcDavid »

or use #content > h2 {..} to only style the <h2> elements that are direct children of the #content div.
amhoffmaster
Forum Members
Forum Members
Posts: 121
Joined: Sat Jan 03, 2009 5:05 pm

Re: Showtime 3.0 - Changing the H2 Title Style

Post by amhoffmaster »

Thanks for the tip on the style sheet. Adding that line after my content h2 worked.
Post Reply

Return to “Layout and Design (CSS & HTML)”