Defining h3 in jrUpimg CSS

iamtimbo
@iamtimbo
9 years ago
301 posts
Evening!

A question - is it necessary to define h3 in the jrUpimg slider.css file? I use a custom font, but because I have the image rotator on the home page, every time SiteBuilder is updated, and the CSS file rewritten, I lose my custom font throughout the site. The CSS here overrides the site-set h3.

I'm not sure why it has to be set here, as well as in the usual CSS - does it need to be?

Tim
updated by @iamtimbo: 12/22/16 11:55:59AM
Developer Networks
Developer Networks
@developer-networks
9 years ago
566 posts
I would suggest cloning the skin your working with if its not custom. Then add your css to your skin for h3. This way it will never be lost when the module updates or changes.

1 -> Clone the skin via developer tools.

2 -> Then add a .css page inside the skin directory. Place this inside the /skins/yourskin/css/custom.css

3 -> Inside your skin edit your include.php file and tell it to include the css file you have added.

    jrCore_register_module_feature('jrCore','css','myCustomSkin','custom.css');


updated by @developer-networks: 07/22/15 08:05:23AM
michael
@michael
9 years ago
7,715 posts
That's for the slider, I'll get it a bit more specific so it doesn't interfere with what you want to do.

--edit--
You're right, it was too broad and not used. The H tag CSS is gone now from jrUpimg, update from the marketplace to get the changes. jrUpimg ver 1.1.3.
updated by @michael: 07/22/15 04:38:58PM