jackstar86
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Klopp] add logo to top right in navigation barThank you so much!
Forum: Themes and Templates
In reply to: [Klopp] add logo to top right in navigation barHi Sam
Sorry for not being speficic enough beofer. I managed to get the logo to sit above the header text (on all pages other than home) and now looks ok on mobile, my other issue is the mobile drop down menu. I have looked at adding padding-top to the CSS code, to drop the menu below the header (for all pages other than home) but my css style sheet wont accept it, putting #site-navigation in red, here is the code:
@media screen and (max-width: 767px)
#site-navigation .td_mobile_menu_wrap {
min-height: 42px;
padding: 20px;
padding-top: 110px;
margin-bottom: 0px;
position: relative;
min-width: 150px;
display: inline-block;
}Is there somewhere else in the CSS that I should be editing to change the location of the mobile menu?
Forum: Themes and Templates
In reply to: [Klopp] add logo to top right in navigation barHey thanks this is very helpful, I managed to get it going!
Only thing is not the logo and menu is positioned incorrectly in mobile view. I have tried various things like adding padding to #site-navigation but the custom css keeps rejecting it. Any ideas?
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createThanks so much for all your help with my questions CrouchingBruin, I really appreciate you taking the time to explain what you have to me.
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createOK good to know about the template. I’m not 100% sure where I should be updating this code? I have found enqueue scripts in the functions.php file of the Klopp theme, is this where I do it?
When I change the one bit of code that matches what you said to change, it says not allowed?
yes – will be adding jetpack!
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createI have been trying to change the colours of the menu font (unclicked, clicked and hover states) and I can do it by going to ‘inspect element’ and changing the css in browser. but when I try to pring the code into the custom css box, it does nothing.
this, is what I am using for example (this is the clicked state code):
#site-navigation ul .current_page_item > a,
#site-navigation ul .current-menu-item > a,
#site-navigation ul .current_page_ancestor > a {
color: white;
}What am I doing wrong?
I have tried putting .page in front but it does nothing, what am I missing?
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createCan I ask another question?
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createOh my goodness, you are actually a genius, thank you so much!
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createThat’s awesome!
Header image on the homepage can stay the same. The site isn’t live yet as still very early production at the moment.. I have taken off maintenance mode on it, so you can see: https://thebarkinbarber.com.au/
Forum: Themes and Templates
In reply to: [Klopp] Remove header image from every page i createThanks for the quick response.
Thanks for asking this, you have made me realise I couldn’t get rid of the header without also loosing the site title!
Could I use another image, or better yet have a smaller (not so deep version) of the homepage header if that makes sense?
Forum: Themes and Templates
In reply to: [ColorWay] Center my LogoHi Ladybuggs, can you tell me how you ended up getting your logo to centre?