Support for Envato Buyers › Forums › DGWork › hide discount tab from account page This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by FocuxTheme Support. Log In Register Lost Password Viewing 7 reply threads Author Posts September 20, 2018 at 11:10 am #21710 goldeneaglesteamParticipant hi,there is any option to hide discount tab from account page ? September 20, 2018 at 4:14 pm #21724 FocuxTheme SupportKeymaster Add the following CSS to Appearance > Customize > Additional CSS .dgwork_user_dropdown li:nth-child(3){ display:none; } Please note that you should change 3 to the actual order number of the discount tab on your page. If the discount tab is order 4 on your account page, you should write as .dgwork_user_dropdown li:nth-child(4){…} Thanks September 20, 2018 at 6:17 pm #21736 goldeneaglesteamParticipant thanks … it work September 22, 2018 at 4:28 pm #21754 FocuxTheme SupportKeymaster Great! February 11, 2019 at 8:34 am #23197 goldeneaglesteamParticipant hi, this code work fine , but it still appear in mobile (in the drop down menu ).. how to hide it also form this menu ? February 12, 2019 at 6:28 pm #23214 FocuxTheme SupportKeymaster Hi We will enhance this issue in the later version, now you can hide it from the mobile menu with the following CSS .dgwork_user_nav select option:nth-child(4){ display:none; } 4 means discount is the fourth tab in the menu. Thanks February 14, 2019 at 6:35 pm #23234 goldeneaglesteamParticipant thank you February 20, 2019 at 6:51 pm #23281 FocuxTheme SupportKeymaster That’s all right. Author Posts Log In Register Lost Password Viewing 7 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Are you human? Please solve: Log In