-
Author
Tagged: no funciona
-
February 25, 2016 at 16:02 #106590ahmadfaiz11Participant
Hello..
Please look my problem at attachment below…
Attachments:
You must be logged in to view attached files.February 26, 2016 at 01:31 #106773LauraModeratorHello, you can use this css code and customize it changing color codes 🙂
Add css to style.css of child themeCOPY CODE.form-search { border-left: 10px solid rgba(0, 0, 0, 0.3); border-right: 10px solid rgba(0, 0, 0, 0.3); } .form-header { border-left: 10px solid rgba(0, 0, 0, 0.3); border-top: 10px solid rgba(0, 0, 0, 0.3); border-right: 10px solid rgba(0, 0, 0, 0.3); } .form-search, .form-header, div.alert-box, div.pagination span.current { background: rgba(47, 47, 47, 0.95); } .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: #000000; } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: solid 1px #000000; } .form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: 1px solid #000000; } .form-search .button { background: #000000; border: 1px solid #000000 !important; float: left; margin-right: 5px; } .form-search .notch { border-top: 10px solid #2D3134; }
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 🙂
February 28, 2016 at 02:44 #107176ahmadfaiz11Participanthello…
which one code relate to my problems?
I change everything, but not working…
look here my problems
February 28, 2016 at 19:39 #107251LauraModeratorHello, that css changes all search box colour to black, you can customize it by changing the color codes like
rgba(0, 0, 0, 0.3) , #000000 , #2D3134You can use normal color names like black, cyan, green etc
Or hexadecimal code for colors http://www.w3schools.com/colors/colors_picker.aspPlace this code at style.css of your child theme ( the one that should be active )
COPY CODE.form-search { border-left: 10px solid rgba(0, 0, 0, 0.3) !important; border-right: 10px solid rgba(0, 0, 0, 0.3) !important; } .form-header { border-left: 10px solid rgba(0, 0, 0, 0.3) !important; border-top: 10px solid rgba(0, 0, 0, 0.3) !important; border-right: 10px solid rgba(0, 0, 0, 0.3) !important; } .form-search, .form-header, div.alert-box, div.pagination span.current { background: rgba(47, 47, 47, 0.95) !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: #000000 !important; } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: solid 1px #000000 !important; } .form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: 1px solid #000000 !important; } .form-search .button { background: #000000 !important; border: 1px solid #000000 !important; float: left; margin-right: 5px; } .form-search .notch { border-top: 10px solid #2D3134 !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 🙂
March 10, 2016 at 02:48 #109642oscardcParticipantno hace absolutamente , nada no hay cambios , ese codigo no funciona ahi.
March 12, 2016 at 18:02 #110148LauraModeratorHola @oscardc, podrÃas abrir un nuevo tema sobre tu problema? 🙂
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.