• Resolved MisterH

    (@hmarksthespot)


    After updating to the latest wordpress, I cant for the life of me find the KIA Subtitle settings, I remember it was in the customizer as I changed the font sizes, unless I am going crazy. Lol. What am I missing? where is it located now?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    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;
    	
    }

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Thanks for sharing!

    Thread Starter MisterH

    (@hmarksthespot)

    PS: another code for setting it for single products

    /* KIA Subtitles Single Product Customize */
    .single-product.woocommerce div.product .product_title {
          padding: 0;
    }
    .single-product.woocommerce.content-full-width div.product div.summary .subtitle {
        font-family: "Oswald";
        font-size: 14px;
        line-height: 10px;
        color: #322B2B;
        font-weight: 300;
        letter-spacing: 0px;
    }
    /* KIA Subtitles Customize End*/
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.