Home Forums WoodMart support forum Header builder – add link to category element

Header builder – add link to category element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #388633

    tg
    Participant

    Hello!

    Is there a way to add a link to the menu title of the category element in the header builder? At least in the settings there isn’t any option. Can we add it by modifying PHP files in the child theme of WoodMart?

    Thanks,
    Stefan

    #388710

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #388880

    tg
    Participant

    Hello!

    That’s why I was asking if this could be changed via PHP files in the child theme. But I found it myself now.

    In case anyone else is wondering, you can modify elements of the header builder by copying the respective file from wp-content/themes/woodmart/header-elements to wp-content/themes/woodmart-child/header-elements and modify them to your needs. In my case I added the <a href= around

    		<span class="menu-open-label">
    			<?php echo esc_html( $categories_title ); ?>
    		</span>

    to add a link to the category menu.

    Best Regards,
    Stefan

    #389046

    Hello,

    We are Glad that you solved the issue yourself.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Header builder – add link to category element’ is closed to new replies.