Hello Annelene,
The Danish homepage has this custom css file being loaded and it has this content:
/*
Du kan tilføje din egen CSS her.
Klik på hjælp-ikonet ovenfor for at lære mere.
*/
.x-logobar {
display:none;
}
.x-navbar {
transform: translate3d(0, 0, 0);
background: none;
box-shadow: none;
border-bottom: none;
}
.home .x-navbar {
background-color: rgba(0,0,0,0.05) !important;
position: absolute;
width: 100%;
}
.home .x-navbar .x-nav-wrap .x-nav > li > a {
color: #fff;
}
.x-navbar {
background-color: rgba(0,0,0,0.05) !important;
position: absolute;
width: 100%;
}
.x-navbar .x-nav-wrap .x-nav > li > a {
color: #fff;
}
.widget {
font-size: 16px;
}
.sub-menu { background-color: rgba(0,0,0,0.90) !important; }
.sub-menu a { color: white !important; }
.x-navbar .sub-menu a{
font-size:13px;
}
.x-colophon.bottom .x-colophon-content {
font-size: 14px;
}
.site-footer {
background: orange;
}
#footer1{
margin-left:2%;
float:left;
}
#footer2{
margin-right:2%;
float:right;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
right: auto;
left: -92%;
}
.x-navbar .sub-menu { top: 80px !important }
.x-nav-wrap.mobile.collapse.in {
display: block;
background-color: rgba(white);
padding-left: 20px;
}
@media (max-width: 979px) {
body .x-navbar {
height:auto !important;
}
.x-navbar-inner {
background-color:rgba(0,0,0,0.90);
}
}
.x-navbar .mobile .x-nav ul li a span {
color: #000;
}
.x-navbar .mobile .x-nav ul li a {
border-color: #000;
}
.desktop #menu-item-928 .sub-menu {
max-width: 50%;
min-width: 210px;
left: 0;
}
.desktop #menu-item-928 .sub-menu > li {
display: inline-block;
width: 200px;
float: center;
}
.x-colophon.bottom a {
color: #404040 ;
}
.x-colophon.bottom a:hover {
color:black;
}
.x-colophon.bottom .x-social-global a {
font-size: 25px;
height: 40px;
line-height: 40px;
width: 40px;
}
#mobile-menu .dropdown-menu {
background-color: white;
}
.x-navbar .mobile .x-nav ul li a span {
color: #FFF;
}
.x-navbar .mobile .x-nav ul li a {
border-color: #FFF;
}
#reply-title {
font-size: 19px !important
}
.single-post .site > .x-container.offset {
padding-top: 40px;
}
.single-post .x-container.max.width.offset {
max-width: 100%;
width: 100%;
}
article.comment {background-color: grey; box-shadow: none;}
article.comment p {color: white;}
.x-comment-author {color: white;}
.x-comment-time {color: white;}
When you check the English homepage, the file is missing and this is why you are having this issue. I would recommend that you transfer custom css code in in the Theme Option Custom CSS instead, X > Theme Options > Global CSS (http://prntscr.com/evui3r).
And if nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password
To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.