-
AuthorPosts
-
January 18, 2021 at 5:03 pm #1273374
Hi,
The current post slider title is default as H3, but I want it to be H4 or H5… What can I do?Thank & Regards,
EnffieJanuary 18, 2021 at 8:42 pm #1273462Hey Enffie,
Here is the code you can put in your funtions.php
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ) { if( $context == 'avia_content_slider' ) { $args['heading'] = 'div'; // change heading to div } return $args; } add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );If you need further assistance please let us know.
Best regards,
VictoriaJanuary 19, 2021 at 9:51 am #1273607Hi Victoria,
Thanks for your help, but it doesn’t work, the titles still are H3
January 20, 2021 at 7:34 am #1273938Hi,
Did you make sure to clear the cache a few times over?
Best regards,
Jordan ShannonJanuary 20, 2021 at 10:05 am #1273955Hi Jordan
Yes I cleared the cache but it doesn’t work.
Regards,
EnffieJanuary 20, 2021 at 7:52 pm #1274170Hi trianglehomeware_,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 21, 2021 at 4:30 am #1274271Ok, please see private content
January 21, 2021 at 4:38 pm #1274440Hi trianglehomeware_,
Well, I adjusted the code for you, now you need to add css to make the h5 smaller :)
Best regards,
VictoriaJanuary 21, 2021 at 7:41 pm #1274513Hi Victoria,
Thanks for your help.
Could you let me know what code and where you have added ? As I couldn’t find the CSS code in functions.phpThanks
EnffieJanuary 23, 2021 at 4:28 am #1274886 -
AuthorPosts
- You must be logged in to reply to this topic.
