-
AuthorPosts
-
April 9, 2021 at 7:14 pm #1293568
hello together
I have made a demo installation here.
Path see below: 1
When I scroll down the header appears white.
is it possible to change this colour via css?
only the background which becomes white.
the image should remainThanks in advance
Kind regards Franz
April 10, 2021 at 6:26 pm #1293675Hey schweg33,
Yes this can be updated via css. What color do you need it to be?
Best regards,
Jordan ShannonApril 10, 2021 at 6:49 pm #1293690Hello Jordan
Thank you for your quick reply.
I would like to use the following color:
#0053A1In the header I added Facebook and Instagram.
can be set that these two icons are also displayed mobile.kind regards
FranzApril 11, 2021 at 4:48 pm #1293776Hi,
Add this to quick css:
#header.av_header_transparency{ background-color:transparent!important; } #header{ background-color:#0053A1!important; } .header_color .header_bg{ background:transparent!important; }
Best regards,
Jordan ShannonApril 11, 2021 at 9:16 pm #1293801Hello Jordan
Thank you very much, this way it works great.The social media profiles are not visible on mobile ?
and would it be possible to put a tranparent bar over the menu in the image.
Thanks a lot
Kind regards FranzApril 13, 2021 at 11:48 am #1294077Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block !important; } }
I’m not sure what you mean by this?
would it be possible to put a tranparent bar over the menu in the image.
Please try to explain a bit further.
Best regards,
RikardApril 13, 2021 at 1:53 pm #1294112Hello Rikard
By transparency I mean over the header right at the start a transparent light grey bar.
(not over the build header)and something else small
would it be possible that the icons of menu mobile + facebook + instagram are always displayed in white in normal view. (mouse over is ok)
thanks
kind regards
FranzApril 13, 2021 at 1:57 pm #1294115Hello Rikkard
By transparency I mean over the header right at the start a transparent light grey bar.
(not over the build header)and something else small
would it be possible that the icons of menu mobile + facebook + instagram are always displayed in white in normal view. (mouse over is ok)
thanks
kind regards
FranzApril 15, 2021 at 7:16 am #1294495Many thanks
this question has been resolved
the request can be closedThe support is always great with you
kind regards
FranzApril 15, 2021 at 8:40 am #1294511 -
AuthorPosts
- The topic ‘background change color’ is closed to new replies.