Subtitle Settings for Font Size gone?

[ad_1]

I’ve never provided a way to automatically display/render the subtitle data so I also do no provide a way to style that. I’m not entirely sure what you’re referring to. My guess is it might be related to your theme?

The settings page for the plugin is

yoursite.com/wp-admin/options-general.php?page=kia_subtitle 

and the only settings there are which post types you wish to add subtitles support for.

Thread Starter
MisterH

(@hmarksthespot)

Forget what I said. For some reason I thought I was editing the subtitle size from the customizer all while I was doing that using a .css code to edit the text size. Duh.

For anyone using the 4.0 version.. this is what I use to edit the subtitle

/* KIA Subtitles Customize */
.woocommerce ul.products li.product .woo-entry-inner h4.subtitle, .woocommerce ul.products li.product .woo-entry-inner li.title {
    height: unset; 
	font-family: "Oswald";
	font-size: 11px;
	line-height: 1px;
	color: #322B2B;  
	font-weight: 300;
	letter-spacing: 0px;		 
}
.woocommerce ul.products li.product .woo-entry-inner li.title h2 {
    margin-bottom: 1px;
	
}

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer