PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How Do I Change the Taxonomy Title Font/Weight

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, I’m trying to change the font size and weight of the Particular Taxonomy titles, I’m using?

'reponse from realmag777 on nonpaid support:

Try to use CSS code. An example:
.woof_container_inner h4{
font-size: 22px;
font-weight: bold;
}
'
This didn't work, It only seemed to change the container height, not the height or weight of the text inside.  Any other suggestions?
Kind regards
Leah

Hello Leah

Please try this CSS:

body .woof_container_inner h4{
font-size: 22px;
font-weight: bold;
}

Please  drop me  exact link to the  issue

Hi thanks, so much for your reply. I tried what you suggested it didn't work, unfortunately.

Here is the link:  http://australianvapingsupplies.justademo.com.au/product-category/ejuice/

You will see that The 'Product Eliquid Brand' Title is in Bold Red and larger than the other taxonomy titles. I have no idea why this is.

Also I seem to be stuck with a duplicate filter container above my products? Im not sure why.

Kind regards
lLah

Hello lLah

This style works - https://c2n.me/44V7kOT.png

To  change this - https://c2n.me/44V7pTJ.png

.woof_block_html_items  .chosen-single span{

font-size: 22px;
font-weight: bold;

}

Hello, thank you again for your reply.

So I tried for hours to do this, I really did not want to bother you again. Basically I don't want the heading 'Product Eliquid Brand' to be a h4 heading. I want it to look like the other taxonomy heading options example: Product Size.  I don't know why the 'Products E;iquid Brand' has a h4 Heading and is different to the others,  I can change this for sure, but then it changes all the H4 headings on my site. I can't have that. Where I was saving the information you gave me .woof_container_inner h4{
font-size: 22px;
font-weight: bold;
}

and also I try

body .woof_container_inner h4{
font-size: 22px;
font-weight: bold;
}

I save it in the Woocommerce Products Filter 'Advanced' 'Code' 'Custom CSS'.  Is the the correct place?
Also I have tried to remove the 'h4' term from the code you provided, incase this helps, but it doesn't work either?

Hello

Try  to add  this  code  in functions.php:

add_filter('woof_title_tag', function($tag){
return 'span';
});

OMG!!, yes finally, I am happy to say this has worked.

Hello

Great!

http://codecanyon.net/downloads - rate please the plugin if you liked it ...