Home › Forums › Pro Themes › Onefold Pro › three questions
Tagged: change colors, homepage sections, portfolio, services, submenu
- This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago by wensolutions.
-
AuthorPosts
-
April 26, 2017 at 11:51 am #40621EstherParticipant
I am building the website http://www.museumstaal.nl/wordpress/ with your Onefold Pro theme and I have some questions:
– Were can I change the yellow line under the menu items?
– Why doesn’t the links of te submenu items work?
– Why doesn’t the items in the homepage sections services and portfolio not link to the page?Can you please help me? Thank you.
April 27, 2017 at 12:47 am #40659wensolutionsKeymasterHello @esthervoorpubliek-nl,
While we tried to inspect your website with the URL you have provided , the site is displaying the “Coming Soon” Page currently. We would need to access your site to inspect for issues and provide some precise fix.
Regarding the issue, please find below the breakdown responses on each of your queries below :
– Were can I change the yellow line under the menu items?
The border bottom yellow color is defined in the theme styles and can be changed easily with some simple custom CSS, Please add the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
.main-navigation ul li > a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li:hover > a { border-bottom: 2px solid #F44336; }
You can change the color hex with the color hex of your desired color.
Why doesn’t the links of te submenu items work?
While we have tested the theme on our side, the submenu links are working perfectly fine on our side. We would however need to access your site to check for the issue precisely.
Why doesn’t the items in the homepage sections services and portfolio not link to the page?
While we have tested the theme on our side, the links to the page in Services and Portfolio sections are working fine on our side. We would however need to access your site to check for the issue precisely.
Hope this Helps,
Best Regards !!
April 28, 2017 at 7:25 am #40814EstherParticipantHello,
The website is now online, the coming soon page is not active anymore. So I hope you can answer my questions about the links now.April 28, 2017 at 7:51 am #40816wensolutionsKeymasterHello @esthervoorpubliek-nl,
Please once go to Admin Panel > Settings > Permalink Settings and reset your permalink setting . If this does not solve your issue the issue might have been possibly caused by server errors. Please check and verify in your server for errors and any possible file permission settings.
Write back to us if the issues above does no resolve your issue .
Hope this helps.
Best Regards!!
April 28, 2017 at 8:20 am #40819EstherParticipantThank you, I changed the permalink settings and now it works!
April 28, 2017 at 9:16 am #40827EstherParticipantHello,
I have one more question. In the submenu there is a (light)yellow line between the items. Is it possible to change that in white? Thank you.Best regards.
April 29, 2017 at 11:55 am #40924wensolutionsKeymasterPlease use this custom css for lining color between the menus
.main-navigation ul ul a { border-top: 1px solid #ffffff; }
-
AuthorPosts
- You must be logged in to reply to this topic.