Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #992092

    Hi,
    I need your help :)
    the font color of the extra element in mobile is white – so I cant see the telephone number…
    can u please giive me the css code so I can change the color in mobile version?

    thanks

    #992093

    Hey adishlomy,

    Please refer to the following:

    https://kriesi.at/support/topic/in-breadcrumbs-always-showing-blog/

    Best regards,
    Jordan Shannon

    #992343

    Hi’ sorry’ bit I cant see how its connected to my issue
    I was looking in the forum already and I didnt see any solution for me

    the extra element – telephone number – I cant see it in mobile mode because the coloe of the font is white and the color of the background is also white…

    please help me with that…

    thanks

    #992385

    Hi,

    Sorry for the confusion. Jordan is probably answering another thread and mistakenly added that link.
    Anyway, we need to see the actual site so that we can inspect the element. Please provide the url of the site.

    Best regards,
    Ismael

    #992555

    great’ thanks!

    the problem is with the mobile phone+send mail link at the top

    #992714

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .phone-info a {
      color:#000 !important;
    }
    }

    Best regards,
    Rikard

    #993741

    hi.
    Its not working…
    can u please help and give me the right code?
    (the text in mobile is still white…)
    thanks

    #993836

    Hi,

    We adjusted the css code a bit. Please try it again.

    @media only screen and (max-width: 767px) {
    .phone-info a span, .phone-info a font {
        color: #000000 !important;
    }
    }

    Best regards,
    Ismael

    #993931

    still not working…
    I can see only the divider – | (which appear in black, the rest is still in white)
    any idea??

    +972 54-314-4764 | Send Mail

    #994175

    Hi,

    Did you toggle the css/js compression from the Enfold > Performance panel? Please post the login details here so that we can check it.

    Best regards,
    Ismael

    #994430

    I

    here are the details…

    thanks

    #994666

    Hi,

    The phone info texts are already changed. Did you figure it out?

    Best regards,
    Ismael

    #994707

    Hi; maybe you miss understood me…
    the problem is in mobile mode – the phone in the extra element is out there.. the problem that you cant see him. because the color of the font is white and the color of the background is white.

    #994860

    Hi adishlomy,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #994964

    I disables them, now its working! thanks!
    (I turned them on again… its suppose to keep working, right?)

    #994995

    Hi,

    Yes it should continue to work.

    Best regards,
    Jordan Shannon

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