-
Author
-
October 17, 2016 at 19:58 #139942callixaParticipant
Hi, I have several customization-related questions.
1. I couldn’t find in this forum how to change search form DROP-DOWN menu background and highlight color (white and light-blue in attachment)
Attachments:
You must be logged in to view attached files.October 17, 2016 at 20:02 #139947callixaParticipant2. Is it possible to add a TEXT instead of image at homepage by the side of search form? Please, see attachment. Please provide me with the guide on how to do this if it’s possible
Attachments:
You must be logged in to view attached files.October 17, 2016 at 20:08 #139955callixaParticipant3. I’d like to make both, LOG IN and SIGN UP buttons the same style, size and color. The short code for SIGN UP button that I found here in one of the topics
a.tiny.button.radius.btn-logout {
background: #e6e6e6;
color: black;
}didn’t really work perfectly since after applying, SIGN UP button looks smaller then LOG IN. Please see attachment. Is there a way to fix it?
Thank you in advanceAttachments:
You must be logged in to view attached files.October 19, 2016 at 06:54 #140205LauraModeratorHello, as its not a theme issue but a custom request i suggest to hire a developer to do the changes for you.
You can mail me at laura@seventhqueen.comHi 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 19, 2016 at 13:52 #140281callixaParticipantHi,
I’ve been searching for the answers to these questions through the support here and saw A LOT of similar quests, and those were answered here. Just was wondering how do you guys decide and sort – which requests deserved to be answered and which – to be sent to developers))?October 22, 2016 at 02:01 #140698LauraModeratorHello, it depends on the time and development it requires
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 24, 2016 at 17:38 #140927callixaParticipantOk then please disregard my second question regarding the text at the homepage.
But please answer how to customize the color of drop-down menu at search box and regarding the button color. Because these two things are basics and should be included in theme customization from admin-panel. It is the FACE of the site. Since this option was not included to be simply customized from admin panel, I’m as a customer forced to come here to ask for support. If you need – I can open two separate tickets on those issues.
October 25, 2016 at 08:08 #141096LauraModeratorHello, please share admin credentials so i can check it out 🙂
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, 2016 at 16:04 #141421LauraModeratorHello, try this css
COPY CODE.button.secondary { background-color: green !important; color: white; border: 1px solid green !important; } .btn-profile .button.dropdown.split.tiny span { width: 25px; background: green !important; } .btn-profile .button.dropdown.split.tiny span:after { border-color: yellow transparent transparent transparent; } .btn-profile .button.dropdown ul, .button.dropdown.split.secondary span { background: red !important; } ul.no-hover.show-dropdown a { color: white !important; } #header .btn-profile .button.dropdown ul li:hover a:not(.button), #header .btn-profile .button.dropdown ul li:focus a:not(.button) { background-color: blue !important; color: #1D1D1D; } a.tiny.button.radius.btn-logout { background: green; border: green solid 1px; }
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, 2016 at 16:58 #141433callixaParticipantThank you very much, Laura, it worked almost perfectly :).
The only thing, the drop down menu triangle now looks like on the LogOut button side, when it has to be at Profile button (see attachment).So it’s miising one boarder. I was trying to change it myself, but I do not have enough knowledge. Please, advise how to change it.Attachments:
You must be logged in to view attached files.October 27, 2016 at 03:43 #141576callixaParticipantAnd also I’ve noticed that if logged out, the settings don’t apply to Sign Up button.
Attachments:
You must be logged in to view attached files.October 28, 2016 at 14:49 #141882LauraModeratorHello, you can use
COPY CODEa.tiny.button.radius.btn-logout { border-left: 1px solid #c3c3c3; } ul.button-group.radius.right li a { background-color: #e6e6e6 !important; color: black; border: 1px solid #e6e6e6 !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 31, 2016 at 07:05 #142165LauraModeratorHello maybe there is a misunderstanding on the style, please share the style you want it to be so i can just copy that to your style.css 🙂
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 31, 2016 at 14:46 #142200callixaParticipantThank you Laura!
I just want to two things:1) To move the boarder that divide “profile” and “login” buttons, so the drop-down menu is on “profile” button side.
2) To have a boarder between “login” and “sign up” buttons.
Thank you again!Attachments:
You must be logged in to view attached files.November 1, 2016 at 20:50 #142455LauraModeratorHello, try
COPY CODEa.tiny.button.radius.btn-logout { border-left: 1px solid #c3c3c3 !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 🙂
November 7, 2016 at 06:09 #143061LauraModeratorHello, replaced the codes with
COPY CODE#header .btn-profile .button.dropdown ul li:hover a:not(.button), #header .btn-profile .button.dropdown ul li:focus a:not(.button) { background-color: #7c3341 !important; color: #1D1D1D; } li.header-register-button a { background: #e6e6e6; height: 26px; color: black; margin-top: -1%; } a.tiny.button.radius.btn-logout { background: #e6e6e6; background-color: #E6E6E6; color: #1D1D1D; border: 1px solid #E6E6E6; width: 95px; height: 24px; } li.relative.btn-profile .show-dropdown a { background: #5b0011; color: white !important; }
OLD Code:
COPY CODE.button.secondary { background-color: #e6e6e6 !important; color: white; border: 1px solid #e6e6e6 !important; } .btn-profile .button.dropdown.split.tiny span { width: 20px; background: #e6e6e6 !important; } .btn-profile .button.dropdown.split.tiny span:after { border-color: black transparent transparent transparent; } .btn-profile .button.dropdown ul, .button.dropdown.split.secondary span { background: #7c3341 !important; } ul.no-hover.show-dropdown a { color: white !important; } #header .btn-profile .button.dropdown ul li:hover a:not(.button), #header .btn-profile .button.dropdown ul li:focus a:not(.button) { background-color: #702528 !important; color: #1D1D1D; } a.tiny.button.radius.btn-logout { background: #e6e6e6; border: #e6e6e6 solid 1px; color: black; } a.tiny.button.radius.btn-logout { border-left: 1px solid #c3c3c3; } ul.button-group.radius.right li a { background-color: #e6e6e6 !important; color: black; border: 1px solid #c3c3c3 !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 🙂
November 9, 2016 at 08:15 #143512LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?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 🙂
November 9, 2016 at 18:44 #143589RaduModeratorHi,
The login and register buttons issue it’s caused by a bug and i will add this to bug list and future updates this will be fixed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 3, 2017 at 03:31 #154659callixaParticipantHi
The theme was updated but the button styles still can’t be setup correctly. When LOG IN view style is good – the LOG OUT view is ugly. And opposit. I need both to look good.
Please, advise with the correct CSS code. The final result that I want is shown in pictures attached.
Thank you.Attachments:
You must be logged in to view attached files.March 6, 2017 at 16:27 #154895RaduModeratorAre you referring to that missing icons for unlogged ?
I don’t think that it’s a theme bug cuz on demo the icons are shown for guest users , if you de-activate the child theme those will be shown ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 8, 2017 at 15:52 #155061RaduModeratorHi,
You can contact our development team at this address dev@seventhqueen.com
Have a nice day
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.