Home Forums Pro Themes Onefold Pro three questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #40621
    Esther
    Participant

    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.

    #40659
    wensolutions
    Keymaster

    Hello @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 !!

    #40814
    Esther
    Participant

    Hello,
    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.

    #40816
    wensolutions
    Keymaster

    Hello @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!!

    #40819
    Esther
    Participant

    Thank you, I changed the permalink settings and now it works!

    #40827
    Esther
    Participant

    Hello,
    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.

    #40924
    wensolutions
    Keymaster

    Please use this custom css for lining color between the menus

    .main-navigation ul ul a {
        border-top: 1px solid #ffffff;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.