-
AuthorPosts
-
February 14, 2020 at 12:26 pm #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?
February 15, 2020 at 8:45 am #1184701Hey 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,
RikardFebruary 15, 2020 at 12:13 pm #1184726Hi, 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
February 15, 2020 at 8:40 pm #1184824Emergency!
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!!!February 15, 2020 at 8:47 pm #1184830In 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.
February 16, 2020 at 5:48 am #1184926Hi,
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,
RikardFebruary 16, 2020 at 2:07 pm #1184971Thank 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 ;-)
February 16, 2020 at 2:51 pm #11849782) I just realized that the mobile menu button changes to yellow. I don’t see why…thanks!
February 16, 2020 at 4:23 pm #11849823) 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?
ThanksFebruary 17, 2020 at 5:57 am #1185095Hi,
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,
RikardFebruary 17, 2020 at 11:26 am #1185157Thanks, but the color does not change, unfortunately.
The fonts do not change either…Best regards
NadineFebruary 18, 2020 at 3:11 am #1185499Hi 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,
RikardFebruary 18, 2020 at 6:38 pm #1185767Great, thanks!
One more question: How can I change the top bar size?
Best regards
NadineFebruary 18, 2020 at 7:16 pm #1185779Hi,
Add this to quick css:
#header_meta .container{ min-height:60px!important; } .phone-info { padding-top:20px!important; }
Best regards,
Jordan ShannonFebruary 18, 2020 at 9:37 pm #1185840HI, 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!!!
February 19, 2020 at 1:09 am #1185872Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.