Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
We have a main menu with ‘main menu style: border effect 2’. This displays on each page, but on the About and the Contact page the border line colour is incorrect. Changing the ‘main menu style’ to ‘border effect’ makes the border line disappear completely on those pages. How can we fix this for these pages?
Hello,
This is strange. Did you make any changes to theme code or installed any new plugins? For the time being, you cna fix this by adding this css into your Customize > General > Custom Codes > Custom Css box:
.header_container.header-top nav > ul > li a:after {
background-color: #9c814a !important;
}
Best regards!
Other than the css and functions.php (both of which have no changes that have anything to do with the menu) I did not change anything. Thanks for the css, I’ll add it to the file.
A clue to fixing this may be: In the past we had a problem with not being able to click the menu items on these same two pages. We made a ticket on this forum and the person who helped us said it had to do with the option “Page as one page”. Since the problem is on the same pages as before (about and contact), maybe something similar is causing this?
Hello,
Well, it could be. I need to dig deeper to find this out, as it’s not the normal behavior of theme. However the css has already fixed it and it won’t be of any issue in the future.
Best regards!
You must be logged in to reply to this topic.