Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #253172
    angrybird
    Participant

    When clicking the hours-icon at the top of the page, all I get is an empty box. I can change the color of the box with Secondary Link Color, but the text is never visible. I can, however, paint/select the text, and as it turns negative when chosen, I can read it. But that is not how it should work. How do I fix this?

    http://www.iserver.fi/add

    #253216
    Skandha
    Participant

    @ville123: Hello there,
    This seems to be a bug. The bug will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    #253233
    Skandha
    Participant

    @ville123: Hello there,
    For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .hours {
        pointer-events: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253489
    angrybird
    Participant

    Well as it turns the click-action off it works for now. But if it would hide the icon on mobile altogether it would be a better solution, then no one will try to click it.

    Also, the icons are supersmall and almost impossible to hit. Any way to make them bigger on mobile?

    #253634
    Skandha
    Participant

    @ville123: Hello there,
    Can you try replacing the above code by the following Code.

    @media screen and (min-width: 64em) {
    	.hours {
    		pointer-events: none;
    	}
    }
    .mobile-hours {
    	color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253892
    angrybird
    Participant

    Yes, thank you, that fixed it.

    #253976
    Skandha
    Participant

    @ville123: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hours in Header Top on Mobile’ is closed to new replies.