-
Author
-
October 25, 2017 at 00:24 #177747emmanuelParticipant
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?
October 26, 2017 at 00:11 #177877LauraModeratorHello, 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 solutionLaura 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 🙂
October 26, 2017 at 01:39 #177883emmanuelParticipanthere is an example of what i want my register form to look like
Attachments:
You must be logged in to view attached files.October 26, 2017 at 09:13 #177926LauraModeratorHello, 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 solutionLaura 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 🙂
October 26, 2017 at 14:43 #177962emmanuelParticipantthanks very much for the code but can i also change the color
October 27, 2017 at 11:10 #178098LauraModeratorYes 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.