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?
[SOLVED] Showtime 3.0 - Changing the H2 Title Style
-
- Forum Members
- Posts: 121
- Joined: Sat Jan 03, 2009 5:05 pm
[SOLVED] Showtime 3.0 - Changing the H2 Title Style
Last edited by amhoffmaster on Tue Apr 03, 2012 12:46 pm, edited 1 time in total.
Re: Showtime 3.0 - Changing the H2 Title Style
do you have an example of the page with this problem?
-
- Forum Members
- Posts: 121
- Joined: Sat Jan 03, 2009 5:05 pm
Re: Showtime 3.0 - Changing the H2 Title Style
http://www.tbonesmarketplace.com/index.php
Please note that this site is under development.
Please note that this site is under development.
Re: Showtime 3.0 - Changing the H2 Title Style
Add this to your main style sheet after the default h2 call...
#comments_st_1 h2 {background-color: transparent}
#comments_st_1 h2 {background-color: transparent}
Re: Showtime 3.0 - Changing the H2 Title Style
or use #content > h2 {..} to only style the <h2> elements that are direct children of the #content div.
-
- Forum Members
- Posts: 121
- Joined: Sat Jan 03, 2009 5:05 pm
Re: Showtime 3.0 - Changing the H2 Title Style
Thanks for the tip on the style sheet. Adding that line after my content h2 worked.