Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #798901

    Hi. I have an issue like the person below:

    Hi,
    I have another question re the closed discussion:
    https://kriesi.at/support/topic/link-color-in-topbar-transparent-header/#post-782424
    The text and link colour in topbar is OK now on desktops, laptops, but on mobile and tablets the whole topbar is now not visible (on my home and 404 pages where I use transparent header). The topbar text there is all white as it should be, but on mobile devices the transparency does not work, so the topbar text is not visible.
    Could you help me, please?
    Monika

    ——————————————–

    My Issue is my home page is using a transparent background header so the top bar (above main menu + logo) is transparent. On all other pages the top bar is set to green + its rext links etc are set to white in the THEME settings.

    When I view only the home page on a mobile device – the top bar background is not green – it is on a white background. Because the text + social icons for the top bar are white they cannot be seen. Can the GREEN background be applied to the homepage header which is transparent??

    #799363

    Hey niallbyrne,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #header_meta * {
      color:#507210 !important;
    }
    }

    Best regards,
    Rikard

    #799435

    Thanks for your reply. Your fix makes the text and social icons that colour (green) in the top bar on the homepage (which usies the transparent header). What I need is the background to be that colour instead of the links etc as when you enter any other page of the site (whicj use none transparent header and view it on mobile, the links are green and top bar background is green – making them hard to read…

    Basically I need the top bar on the home page to be the same colour as the top bar on the pages not using the transparent header

    Please see link below on mobile

    #799494

    Hi,

    Thanks for the feedback. Please try this instead:

    @media only screen and (max-width: 767px) {
    #header_meta {
        background-color: #719430 !important;
    }
    }

    Best regards,
    Rikard

    #802277

    Hello Rikard,

    I am having the same exact problem as listed in the closed discussion:
    https://kriesi.at/support/topic/link-color-in-topbar-transparent-header/#post-782424

    I did not understand the editing process of the Quick CSS. I tried pasting suggested threads to no avail.
    How may I have my social icons appear in tablet and mobile modes?

    Best regards,
    Joshua

    #802342

    Hi,

    I am not seeing any problem in your site. May you provide us some screenshots?

    Best regards,
    John Torvik

    #803157

    Hello John,

    The problem is in the appearance of the social boxes in both mobile and tablet displays. I only see grey squares! Please find attached a private content link to a couple screenshots.

    Best regards,
    Joshua

    #803281

    Hi,

    Thanks for the feedback and the screenshot. The problem is that the background colour is the same as the colour of the icons. Please try this in Quick CSS to set the background to black:

    @media only screen and (max-width: 767px) {
    #header_meta {
      background-color:black !important;
    }
    }

    Best regards,
    Rikard

    #803483

    Hi Rikard,

    I have pasted your suggestion into Quick CSS, but the color has not changed! Will I need to edit the custom.css to correct this problem?

    Best regards,
    Joshua

    #803507

    Hi,

    The code I sent is applying on my end when I check your site, please try clearing your browser cache and reload a few times to see if that helps.

    Best regards,
    Rikard

    #803518

    That did the trick! Thanks so much Rikard :)

    #803527

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #803744

    You may close it. My issue has been resolved, thanks again!

    Best regards,
    Joshua

    #803813

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Top Bar Color on Mobile Device’ is closed to new replies.