Section Key Activation

Home Forums Legacy Support Support queries Other issues Section Key Activation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #352194
    gasol-ina
    Participant
    Hello, I would like to know from which area I could customize the activation key section, as I would like to remove the search, recent posts, recent comments section. https://snipboard.io/AJ1mFO.jpg Thank you,
    #352402
    Veronica
    Moderator
    hi to customize this part use child theme and modify this template themes/wplms/registration/activate.php accordingly
    #352438
    gasol-ina
    Participant
    How can I reduce the thickness of the menu1 and 2footer? Could you please specify the code for both? Attached image> https://snipboard.io/JprUOL.jpg Thank you.
    #352552
    Ada
    Participant
    Hi, Please share your site URL so that I can give you css code for header and footer. Also if you will reduce the height of header and footer then it will be applied for all pages not only activation page. And to remove sidebar content on activation page you can edit the activate page from back-end and change the sidebar from here https://prntscr.com/11fk4cw to a blank one. To create a blank sidebar you can go to wplms>> sidebar manager>> https://prntscr.com/11fk73s Then select the same sidebar on the activation page.
    #352621
    gasol-ina
    Participant
    This reply has been marked as private.
    #352772
    Ada
    Participant
    Hi, Please add this css code in appearance>>customize>>custom css
    
    
    footer {
        min-height:230px !important;
    }
    section#title {
        padding-top:60px !important;
    }
    
    
    Adjust px value as per your need.
    #352850
    gasol-ina
    Participant
    It´s done thank you Ada !
    #352859
    Ada
    Participant
    Thank-you for confirming. Closing this topic.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Section Key Activation’ is closed to new replies.