• Resolved mothy5000

    (@mothy5000)


    When customizing the colors for the main header, I want the navigation text color to change when scrolling away from the hero section. I can get the background to change, but no matter what I do the navigation text color does not change when scrolling.

    Has anyone else run across this issue and how did you fix it?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @mothy5000,

    I am sorry to hear about the trouble. I am happy to help out.

    Can you provide a link to your website for direct checking to find out what is blocking the settings?

    Regards,
    Kharis

    Thread Starter mothy5000

    (@mothy5000)

    The site is not connected to a domain yet. Here is a link via the IP: https://107.161.23.39/~hillcbs/

    Hi @mothy5000,

    Thank you for sharing the link. Looks like it was imported from another site. And the import process has not done properly. My screen is showing incomplete site. Please fix it first. Let me know when you have done so.

    Regards,
    Kharis

    Thread Starter mothy5000

    (@mothy5000)

    No. This was a fresh install.

    As checked from your site’s source code, seems likely the WordPress and Site Addresses (under Settings menu > General screen) aren’t set to https://107.161.23.39/~hillcbs/. That’s why the site looks broken for stylesheets don’t load.

    Please fix it first.

    Regards,
    Kharis

    Thread Starter mothy5000

    (@mothy5000)

    I just performed the requested steps. Please advise.

    Thanks!

    Tim

    Hi @mothy5000,

    Thank you for getting back.

    As checked, you may need to add this CSS code to set different color for menu links when the page is down-scrolling.

    @media only screen and (min-width: 1025px) {
      .sticky-header.sticky-active #mainnav ul li a {
        color: #ff0000;
      }
    }

    Add it to your site’s Additional CSS under Appearance menu > Customize.

    Hope that helps.

    Regards,
    Kharis

    Thread Starter mothy5000

    (@mothy5000)

    Thanks! This is great as a bandaid. Will the next update fix this?

    Astina Dangdut

    (@dangduters)

    You’re welcome!

    I’ve added this to our roadmap for development team review. I believe new settings for this will be added to the theme’s Customizer if the development team see its fit.

    Thread Starter mothy5000

    (@mothy5000)

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Main Header Style Does Not Change’ is closed to new replies.