hello Guys!
i ‘ve changed the position of menu and cart icon ON MOBILE and since then i’ve a strange black line on the heading, not on all pages, only in some of them as you can see.
Can you help me?
Thanks a lot!
Cheers
Mario
Hey Mario!
Please find following code in Quick CSS
@media only screen and (max-width: 768px) {
.responsive .header_bg {
border-bottom: 1px dashed cyan !important;
top: -31px;
}}
and change it to
@media only screen and (max-width: 768px) {
.responsive .header_bg {
border-bottom: 1px dashed cyan !important;
top: 0;
}}
Cheers!
Yigit
Hi Yigit!
thanks for your help but i would like to have the dashed line exactly in line with the dashed line on the logo.
it it possible?
thanks!
Mario
Hey!
URL you have provided in your first post does not work (page not found error). Can you give us a correct link where we can see what’s going on?
Cheers!
Andy
yes for sure ;)
thanks
Hey!
Can you please add the code i posted here – https://kriesi.at/support/topic/menu-links-changed/#post-494312 and check if it helps with this issue as well?
Cheers!
Yigit
Hi Yigit,
this CSS created a transparent header on mobile version, except on SHOP page. but it’s ok.
Could you tell me now how to change the line on the top of the header (now is white): how to canel it or change it the color?
Many Many tahnks!
Mario
Hey!
To the previous color, replace background-color: transparent; to the color you want.
Is that what you aim for?
Thanks a lot for your time and patience
Cheers!
Basilis
Thanks everybody!
Super assistance!
You can close the topic ;)
Cheers
Mario