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?
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
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