Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1216304
    maghrabi42
    Participant

    Hello,
    I need please remove download field on my account
    thank you

    #1216308
    maghrabi42
    Participant
    This reply has been marked as private.
    #1216334
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Try adding this CSS as Appereance > Customizer > Custom > CSS :

    .rtl .woocommerce-MyAccount-navigation-link a { 
    
       display: none; 
    
    }

    Let us know how this goes!

    #1216435
    maghrabi42
    Participant

    Hello,
    it’s work 🙂 thank you so much for greet support
    best regards

    #1216626
    Joao
    Moderator

    Glad to hear it,

    Have a great weekend.

    Joao

    #1244900
    maghrabi42
    Participant

    Hello,
    if you can please provide me the another Custom CSS for remove only the download button you will see in attachment also i need please change the size of button and the color of the border and the hover see in attachment please
    thank you so much

    #1245335
    Rad
    Moderator

    Hi there,

    May I know the correct login credentials? The previous one isn’t working anymore. It’s now behind the coming soon page.

    Thanks!

    #1245930
    maghrabi42
    Participant
    This reply has been marked as private.
    #1246396
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information.

    To remove the downloads button, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .woocommerce-MyAccount-navigation-link--downloads {
        display: none;
    }

    And to change the button size, border, color and more, you can make use of this code:

    .x-btn, 
    .button, 
    [type="submit"] {
      border-width: 2px;
      border-color: red;
      color: blue;
      padding: 5px;    
    }

    Hope this helps.

    #1246598
    maghrabi42
    Participant

    thanks for help
    the first code work find the secone one work on all the button shap no change on account button thank you

    #1246631
    maghrabi42
    Participant

    Hello,
    first code it’s work, the second code for the button it’s change all the button on site but on my account is not change it
    thank you

    #1246655
    Rue Nel
    Moderator

    Hi There,

    Thanks for the updates! Glad that the #1 code works. For the #2, please remove the code given in my previous reply. ANd to change the button for you my-account page only, please use this code instead:

    .woocommerce-MyAccount-navigation-link a {
        padding: 10px;
        font-size: 18px;
    }
    
    .woocommerce-MyAccount-navigation-link a:before {
        border-width: 2px;
        border-color: red;
    }

    Please let us know if this works out for you.

    #1246870
    maghrabi42
    Participant

    it’s work 🙂
    thank you so much for great support

    #1246897
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1216304 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>