-
Author
-
October 2, 2015 at 18:26 #80457afarahaniParticipant
Is there any way that I can have a glossy header? (e.g. like the one here
Also Let me know how I can change the header color from black to white in mobile version.
Do you have any manual that each color field changes which element color?
Thanks,
AmirOctober 3, 2015 at 23:50 #80685LauraModeratorHello, for the glossy header try adding this to style.css of child theme and need to find a good slider image that creates the contrast of dark and white like attached.
COPY CODEdiv#header { background: rgba(255, 255, 255, 0.07); border-bottom: 1px rgba(255, 255, 255, 0.37) solid; height: 100px; }
For mobile menu white color:
COPY CODE@media only screen and (max-width: 940px) { .top-bar > ul .name h1 a { background: #000000 !important; } .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover, .top-bar ul > li.toggle-topbar { background: #000000 !important; } nav.top-bar a { 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 🙂
Attachments:
You must be logged in to view attached files.October 4, 2015 at 00:22 #80696afarahaniParticipantThank you Laura.
Now that we turn the header background into white in mobile (480 px), the menu square should turn into some other color to be visible. How can I do that?
Amir
October 4, 2015 at 21:28 #80814LauraModeratorHello, could you link me to the page? 🙂
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 5, 2015 at 21:37 #81002LauraModeratorHello, so glossy header and mobile white only for that page?
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 6, 2015 at 22:29 #81183LauraModeratorHello, try this replacing the other code
COPY CODEbody.page.page-id-816 #header { background: rgba(255, 255, 255, 0.07); border-bottom: 1px rgba(255, 255, 255, 0.37) solid; height: 100px; } @media only screen and (max-width: 940px) { body.page.page-id-816 .top-bar > ul .name h1 a { background: #000000 !important; } body.page.page-id-816 .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover, .top-bar ul > li.toggle-topbar { background: #000000 !important; } body.page.page-id-816 nav.top-bar a { 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 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.