-
Author
-
September 29, 2014 at 15:26 #30086MjParticipant
Hi,
The setting ‘transparant main menu’ has been enabled on our front page: http://prntscr.com/4rf5d2
However, the main menu is not transparant, as you can see here: https://www.dropbox.com/s/kb1e0930sl295p3/transparant%20main%20menu.png?dl=0September 29, 2014 at 17:38 #30121sharmstrModeratorLooks like you fixed it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 29, 2014 at 18:11 #30123MjParticipantUnfortunately not. Probably you’re looking for version one 😉
Try to access the website by putting: domain.com/v2September 29, 2014 at 18:31 #30125sharmstrModeratorIts your custom css in your child theme
COPY CODE.kleo-main-header { border-bottom: 3px solid #00f !important; background: #222 !important; border-color: #0074a2 !important; }
You are forcing the background to #222
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 29, 2014 at 18:44 #30126MjParticipantI see… how am I able to force the background to all pages, except the homepage?
September 29, 2014 at 19:01 #30129sharmstrModeratorhttps://archived.seventhqueen.com/forums/topic/main-menu-scroll-transparency
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 29, 2014 at 19:03 #30130sharmstrModeratorWhy aren’t you setting your menu background color in theme options?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 30, 2014 at 14:54 #30186MjParticipantProblem fixed by adding:
COPY CODE.kleo-main-header { border-bottom-color: #00f; border-bottom-style: solid; border-bottom-width: 3px !important; background: #222; }
September 30, 2014 at 15:09 #30195sharmstrModeratorGlad you sorted it. Mark resolved 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The topic ‘Hiding main menu on front page not working’ is closed to new replies.