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

    Hi, I would like to have a top bar, but I don’t get it working. I activated it under Header >extra elements, I also set the colours under advanced styling, but I just get a grey bar. Could you have a look?

    #1184701

    Hey nadinedomnink,

    It looks like you have set the colour in the top bar to be the same as the background, please try to change that in the theme options. Also make sure that you clear the cache from your caching plugins before checking the changes.

    Also please consider updating to the latest version of the theme, which is 4.7.2: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1184726

    Hi, I used a lot of different colors to make sure they are not overlapping but that does not seem to be the reason. (Screenshots) Could you please help me? Thanks Nadine

    #1184824

    Emergency!
    I tried to change the menu position and then suddenly all the bright colours came up I had just set to try why the top bar wasn’t working. I changed all the colours to normal again, but the system doesn’t take it. Can you pleeeeease have look. It’s a shop page and I can’t leave it like that…thanks!!!

    #1184830

    In the theme options the colors are not set like that anymore. And still the “old”colours show up. I also emptied the cache…it must be some interference with css, but I don’t know what happened.

    #1184926

    Hi,

    I checked your Quick CSS and there was an unclosed media query in there. I closed it and your settings seems to be applying after that. Please review your site.

    Best regards,
    Rikard

    #1184971

    Thank you sooo much.!!!

    I also have problems with the fonts. I can’t change the fond for the menu and the top bar. Is there also sth wrong with my Quick CSS? Thanks a lot. You saved my day ;-)

    #1184978

    2) I just realized that the mobile menu button changes to yellow. I don’t see why…thanks!

    #1184982

    3) All my friends still have the colorful page on their PCs. Why does that color setting stay and not the new one? I emptied my cache and everything is fine, but our customers who use our page regularly will see the color mix. Is there anything I can fix about that?
    Thanks

    #1185095

    Hi,

    Please try this in Quick CSS to change the mobile menu button:

    .header_color .av-hamburger-inner {
      background-color: #000;
    }

    Your customers are seeing cached results of the site on their local machines, you can ask them to clear their browser cache and reload or use an incognito/private window to load the site. The cache will eventually expire so it won’t last forever :-)

    Best regards,
    Rikard

    #1185157

    Thanks, but the color does not change, unfortunately.
    The fonts do not change either…

    Best regards
    Nadine

    #1185499

    Hi Nadine,

    Since you are using a caching plugin you need to clear the cache each time you make changes to your site. I flushed the cache from your plugin and the code I gave you is applying now.

    Best regards,
    Rikard

    #1185767

    Great, thanks!
    One more question: How can I change the top bar size?
    Best regards
    Nadine

    #1185779

    Hi,

    Add this to quick css:

    #header_meta .container{
    min-height:60px!important;
    }
    
    .phone-info {
    padding-top:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1185840

    HI, thanks – that works, but how do I get the letters centered? And how do I change the size of the font? If I change the size of the top bar I also want to change the writing.Thanks!!!

    #1185872

    Hi,

    Add this to quick css:

     .container .phone-info {
        text-align: center!important;
        margin: 0 0%!important;
        width: 100%!important;
        font-size: 20px!important;
        }

    Best regards,
    Jordan Shannon

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