Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Remove Heading

fixed
UserPost

7:29 pm
September 10, 2010


vitameatavegalyn

Guest

1

I've just installed DCG here at socpa.com (WP 3.0.1.), and am working on my settings and hit a little snaffoo….

I need to remove the headings in the slide pane which I thought worked out pretty well by just placing a 0 in the heading font size in the CSS settings. Just noticed that it leaves a little — in Chrome where the title should be. Is there a cleaner way for me to do this so I can remove those characters from the slide pane? Thanks!

8:56 pm
September 10, 2010


Ade

Admin

posts 2384

2

How about hiding the title using CSS display:none !important;

Just a thought.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

2:08 am
September 11, 2010


vitameatavegalyn

Guest

3

Thank you for the response. You know, I didn't try that thinking it would wipe out my descriptive text underneath the heading as well……I'm still utilizing that function. For now I've changed the header font color to the same as that of the slidezone even though the font size is set to zero–blending those 2 pesky little dots into the background. My little secret Wink

5:28 pm
September 12, 2010


Ade

Admin

posts 2384

4

If you target

.jdGallery .slideInfoZone h2 {display:none !important;}

and drop that in your theme's stylesheet, only the heading will be hidden.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?