-
Author
-
March 23, 2015 at 13:34 #51161jonasbagerParticipant
Hi All.
I have an install of KLEO on my webpage. Unfortunately when I choose an image as background in my top row settings, it places it underneath the “Copyright SITENAME 2015” part of the footer. I have an install on a different site and on that site it places it correct. Does anyone have an idea of why it does it?
Thanks in advance!
Jonas
Attachments:
You must be logged in to view attached files.March 23, 2015 at 20:04 #51248RaduModeratorHello,
Please provide a link to that website and admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 11, 2015 at 04:04 #61939Delta150ParticipantHello,
I think I have a relevant question to this topic, as it hasn’t been closed nor completed.
I checked and I have everything updated. So I don’t know why it isn’t working, and I can’t find any coding from the forums nor any related topics.
Attachments:
You must be logged in to view attached files.June 11, 2015 at 04:46 #61942sharmstrModeratorI can see the css that’s causing the issue, but I dont know why its loading the way it is. I cant reproduce it. As a working around, try this in your quick css
COPY CODE.navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header { background-image: url("http://www.flavourex.com/wp-content/uploads/2015/06/9036048_l.jpg") !important; }
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
June 11, 2015 at 05:53 #61955Delta150ParticipantOk. That did help, however, that changed the whole header to have the background and I had the topbar black.
Also, is there a way no make the main menu stay white?
Attachments:
You must be logged in to view attached files.June 11, 2015 at 05:56 #61957Delta150ParticipantThis is what I have so far in my quick CSS:
COPY CODE/*This code shrinks the height of the main menu*/ .kleo-main-header .navbar-header, .kleo-main-header .navbar-collapse > ul > li > a { line-height: 50px !important; } /*This code changes the color of the topbar to black*/ .social-header { background-color: black !important; } /*This code shifts the logo down by 15 pixels*/ .navbar-header .logo { padding-top: 15px; } /*This is a custom ccs by moderator*/ .navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header { background-image: url("http://www.flavourex.com/wp-content/uploads/2015/06/9036048_l.jpg") !important; }
June 11, 2015 at 06:05 #61958sharmstrModeratorCOPY CODE.kleo-main-header { background-image: url("http://www.flavourex.com/wp-content/uploads/2015/06/9036048_l.jpg") !important; } .kleo-main-header .container { padding-left: 0px; padding-right: 0px; } .collapse.navbar-collapse.nav-collapse { background-color: #fff; }
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
June 11, 2015 at 06:18 #61961Delta150ParticipantDude, you rock!!!
You’re like an angel fallen from Matrix (If that even makes sense)
It doesn’t have to. It’s just a compliment.
Thanks a lot, Sharmstr, I really appreciate it.
June 11, 2015 at 06:22 #61962sharmstrModeratorNo problem.
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
June 11, 2015 at 06:35 #61965Delta150ParticipantHey, Sharmstr.
Do you think you can help me with the topbar interfering with the side menu in mobile devices? I use both Chrome and Firefox for Android and the result is the same.
P.S: Sorry for calling you, dude, is you’re a woman.
Attachments:
You must be logged in to view attached files.June 11, 2015 at 16:48 #62036sharmstrModerator.offcanvas-sidebar.side-color.is-open {
z-index: 9000;
}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 forum ‘General questions’ is closed to new topics and replies.