-
Author
-
April 3, 2016 at 19:57 #114321mursulirebeccaParticipant
Hi, I’ve just purchased your template and it looks amazing! Is it possible to customize the color of a search form and make it transparent? Blue doesn’t match the purpose of my website and I would like visitors to see background even through a search form. Thank you
April 4, 2016 at 05:41 #114351mursulirebeccaParticipantplease refer the attachment
Attachments:
You must be logged in to view attached files.April 6, 2016 at 20:16 #114891RaduModeratorHi,
Add this css to wp-admin -> theme settings -> styling options -> quick css
COPY CODEli.header-login-button a { background: rgba(255,255,255,0.1) !important;} li.header-register-button a { background: rgba(255,255,255,0.1) !important; border:1px solid #ddd !important;} li.header-register-button a:hover { border:1px solid #ddd !important; } li.header-login-button a:hover, li.header-register-button a:hover { background: rgba(255,255,255,1) !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2016 at 18:10 #115734mursulirebeccaParticipantits only working for login page…after login its not working
Attachments:
You must be logged in to view attached files.April 12, 2016 at 17:03 #115986RaduModeratorWhen i’ve logged in i see the buttons are transparent, please clear your browser cache
LEt me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 20, 2016 at 22:40 #122615KanokpanbParticipantHi Radu,
I have the same problem too. I placed your css. It didn’t change anything. Let me know what’s wrong. Please help.
Thanks,
KellyMay 23, 2016 at 16:18 #122755RaduModeratorHi,
Try this css instead
COPY CODEli.header-login-button a { background: rgba(255, 255, 255, 0.1) !important } li.header-register-button a { background: rgba(255, 255, 255, 0.1) !important; border: 1px solid #ddd !important } li.header-register-button a:hover { border: 1px solid #ddd !important } li.header-login-button a:hover, li.header-register-button a:hover { background: rgba(255, 255, 255, 1) !important } li.header-profile-button a { background: rgba(255, 255, 255, 0.1) !important } li.header-logout-button a { background: rgba(255, 255, 255, 0.1) !important; border: 1px solid #ddd !important } li.header-profile-button a:hover { border: 1px solid #ddd !important } li.header-profile-button a:hover, li.header-logout-button a:hover { background: rgba(255, 255, 255, 1) !important }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.