Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support alexrollin

    (@alexrollin)

    Hello,

    The easiest way to hide is by adding following CSS to your site:

    body.uwp_account_page .uwp_widget_account .d-flex.flex-column.align-items-center {
        display: none !important;
    }

    You can use the same code as snippet on our documentation site just to change the tab title you need to use the existing tab name in the tabs array like below:

    $tabs['gd-listings'] = array(
        'title' => __( 'Your own name', 'userswp' ),
        'icon'  => 'fas fa-list',
    );

    The error can be because you already have the same code used on site so now if you use the same code then just change all the function’s name to be unique.

    Thread Starter gizmostk

    (@gizmostk)

    Yes that works! Thank you!

    • This reply was modified 2 years, 5 months ago by gizmostk.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Tabs, Remove image, Change menu titel name’ is closed to new replies.