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 pleaseIf 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.
Quote from LeahAVS on December 2, 2019, 23:39Hi, 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
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
Quote from Pablo Borysenco on December 3, 2019, 10:28Hello Leah
Please try this CSS:
body .woof_container_inner h4{
font-size: 22px;
font-weight: bold;
}Please drop me exact link to the issue
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
Quote from LeahAVS on December 3, 2019, 13:08Hi 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
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
Quote from Pablo Borysenco on December 4, 2019, 11:48Hello 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 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;
}
Quote from LeahAVS on December 5, 2019, 02:00Hello, 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, 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?
Quote from Pablo Borysenco on December 5, 2019, 12:28Hello
Try to add this code in functions.php:
add_filter('woof_title_tag', function($tag){
return 'span';
});
Hello
Try to add this code in functions.php:
add_filter('woof_title_tag', function($tag){
return 'span';
});
Quote from LeahAVS on December 6, 2019, 03:25OMG!!, yes finally, I am happy to say this has worked.
OMG!!, yes finally, I am happy to say this has worked.
Quote from Pablo Borysenco on December 6, 2019, 13:01Hello
Great!
http://codecanyon.net/downloads - rate please the plugin if you liked it ...
Hello
Great!
http://codecanyon.net/downloads - rate please the plugin if you liked it ...