Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1168762

    Hi Enfold Team,

    I*ve just noticed that certain CSS code doesn’t work under Chrome Browser.

    Example #1 – Hiding Main Menu Entries
    I have hidden the main menu items “Ankaufsprofil, Presse, Karriere and Kontakt” for desktop with the css-class “only-mobile” and the following CSS code:
    @media only screen and (min-width: 990px) {
    .only-mobile { display: none !important; }}

    Example #2 – Hiding the date of portfolio posts in Footer
    I have hidden the date of the newst portfolio entries in the footer:
    #footer .news-time {
    display: none;
    }

    Both examples work with Firefox and Explorer but not with Chrome !?
    You can test this URL: http://bema.more-impact.net/

    Example #1 doesn’t work also with Firefox and Explorer on the search results page. Please try to search something: on the result page you see alle main menu items – also the ones with “only-mobile”.

    Especially Example #1 brings me into trouble.

    Do you have a solution for me?

    Best

    Alex

    • This topic was modified 4 years, 11 months ago by ahanauer.
    #1169007

    Hey Alex,

    Your CSS is applying on my end using Chrome, did you try to load the site in an incognito window?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.