New Landing How can we help? Atelier Change widget title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #314305
    anthonyjamesent
    Member
    Post count: 12

    Hi,

    The widget title is an H3 by default. Which php file controls this text? I would like them be an h6 instead.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #314643
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme, inside the child theme functions.php file paste this:

    	function sf_atelier_sidebar_before_title_alt() {
    		return '<div class="widget-heading title-wrap clearfix"><h6 class="spb-heading"><span>';
    	}
    	add_filter('sf_sidebar_before_title', 'sf_atelier_sidebar_before_title_alt');
    
    	function sf_atelier_sidebar_after_title_alt() {
    		return '</span></h6></div>';
    	}
    	add_filter('sf_sidebar_after_title', 'sf_atelier_sidebar_after_title_alt');
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register