Thank you for you're quick response and help, just one last thing, its related to the mega menu, when we scroll down on the page and the menu toggle buttons appear on the right side and we expand the menu its appearing all weird, its fine on mobile view. I know this isnt directly related to BETHEME but if you could help me with the CSS needed to fix this that would be soo appreciated!
Thank you so much, this has fixed the first link on the menu PHONE PARTS, how can I apply this to the whole menu? Also is there a way to put the Phone parts on the next line like it is showing on mobile view
Also on default wordpress theme when the mobile menu toggle is activated you have to click to expand the menu but on this theme the menu open on just hovering over the menu items, is this something we can fix?
2) So yes in your theme you need to click the menu items to expand, the menu plugin I've installed also does this by default, but in this theme it is expanding the menu by hovering over the menu items, is there a way to fix this?
Comments
Hi,
Do you mean something like that?:
If yes, it can be added with a custom CSS code, placed in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Best regards
Yes exactly like this please, how can i do it? Also can you help me centering the links on the main menu bar?
Please, use the following CSS code:
But for centering, I will need a link to your website. Can you send a link to it, please?
Thanks
Thank you, here is the link to the site: https://www.thetechbase.co.uk/
Thank you! Also how do I make the shadow a little less subtle, by that I mean how far the shadow appears below the sticky header?
1) Please, try this one:
2) Use the following Shadow Box generator:
https://cssgenerator.pl/box-shadow-generator/
With it, you can easily customize the shadow of your need.
Thanks
Thank you for you're quick response and help, just one last thing, its related to the mega menu, when we scroll down on the page and the menu toggle buttons appear on the right side and we expand the menu its appearing all weird, its fine on mobile view. I know this isnt directly related to BETHEME but if you could help me with the CSS needed to fix this that would be soo appreciated!
Please, try this:
Thanks
Thank you so much, this has fixed the first link on the menu PHONE PARTS, how can I apply this to the whole menu? Also is there a way to put the Phone parts on the next line like it is showing on mobile view
I added this CSS, is this correct???
#Side_slide #menu ul {
width: 100%!important;
display: flex;
flex-direction: column;
}
Also on default wordpress theme when the mobile menu toggle is activated you have to click to expand the menu but on this theme the menu open on just hovering over the menu items, is this something we can fix?
1) Yes, the CSS you used is correct.
2) Sorry, but I quite do not understand. In our theme, you need to click on the hamburger menu, and menu items to expand them.
However, how can you hover over elements on mobile? Or do you refer to the mobile view opened on the desktop browser?
Best regards
1) Thanks
2) So yes in your theme you need to click the menu items to expand, the menu plugin I've installed also does this by default, but in this theme it is expanding the menu by hovering over the menu items, is there a way to fix this?
Sorry, but there is no setting to change that.
Best regards
Ive managed to find a tutorial on the authors website for this mega menu, https://www.megamenu.com/documentation/betheme/
Am I able to create a child theme at this point also? And what about all the CSS changes ive made in the custom css options will i loose those?
Yes, you can create a child theme. You can learn more about this on the following link:
https://support.muffingroup.com/documentation/installation-updates/#child-theme
The changes you made in the theme options will not be lost, and they will stay untouched.
Best regards