-
Author
-
August 20, 2018 at 17:52 #206970
rack
ParticipantHi, I need help with some changes:
1) Is it possible to modify the header with gradient color or I need a plugin?
2) How can I change the color of the register form?
3) I can’t modify all the pages with Elementor. Is there a way to do it?
4) How can I change the profile page?
5) How can I set the activity page as the homepage after the users login/registration?
Thank you for your support!
August 20, 2018 at 19:58 #206992Laura
ModeratorHello :) All codes should be added to style.css of child theme 1- Here, where you see "to top" it means the gradient direction, change to bottom, to right or to leftdiv#header { background: linear-gradient(to top, rgba(19,19,19,1) 0%, rgba(79,8,8,1) 53%, rgba(189,2,2,1) 100%); }rgba(19,19,19,1) are the color codes 2- Here form css.form-header { border-left: 10px solid rgb(163, 3, 3) !important; border-top: 10px solid rgb(163, 3, 3) !important; border-right: 10px solid rgb(163, 3, 3) !important; } .form-search, .form-header, div.alert-box, div.pagination span.current { background: rgb(163, 3, 3) !important; } .form-search { border-left: 10px solid rgb(163, 3, 3) !important; border-right: 10px solid rgb(163, 3, 3) !important; } .form-search .notch { border-top: 10px solid #a30303 !important; } .form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: 1px solid #a30303 !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: #8c1818 !important; } .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover { color: #ffffff; background-color: #070201 !important; border: 1px solid #070000 !important; } -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.