This topic has 5 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #177747
     emmanuel
    Participant

    hello how can i make the register form transparent on the home page and remove the main menu from the front page and make it only visible to members?

    #177877
     Laura
    Moderator

    Hello, what do you mean by transparent? Only the fields visible? This should help you control the visibility of the menu https://wordpress.org/plugins/menu-items-visibility-control/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #177883
     emmanuel
    Participant

    here is an example of what i want my register form to look like

    Attachments:
    You must be logged in to view attached files.
    #177926
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    .form-header {
        border-left: 10px solid rgba(30, 115, 190, 0.3);
        border-top: 10px solid rgba(30, 115, 190, 0.3);
        border-right: 10px solid rgba(30, 115, 190, 0.3);
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-search {
        border-left: 10px solid rgba(30, 115, 190, 0.3);
        border-right: 10px solid rgba(30, 115, 190, 0.3);
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-footer {
        color: white !important;
        padding: 20px 20px 10px;
        border-left: 10px solid rgba(30, 115, 190, 0.3) !important;
        border-bottom: 10px solid rgba(30, 115, 190, 0.3) !important;
        border-right: 10px solid rgba(30, 115, 190, 0.3) !important;
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        background-color: transparent !important;
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #177962
     emmanuel
    Participant

    thanks very much for the code but can i also change the color

    #178098
     Laura
    Moderator

    Yes just modify the rgba(30, 115, 190, 0.3) you can find rgba colors code online 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?