Home Forums Square tabs on front page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15045
    vlada78
    Participant

    How to decrease number of tabs in home page section, I need 4 instead of 5? I changed
    <?php
    for( $i = 1; $i < 5; $i++ ){
    $square_tab_title = get_theme_mod(‘square_tab_title’.$i);
    $square_tab_icon = get_theme_mod(‘square_tab_icon’.$i, ‘fa-bell’);

    but it doesnt work..

    #15060
    Hash
    Keymaster

    If you leave the tab title and page field in the customizer, it should not display. Please check and let us know if it works of not.

    Thanks

    #15120
    vlada78
    Participant

    yes it works, thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.