Hi @Finlando,
Ah, I see it now. The header bar with the ID 1482-8
is no longer present in your page. It’s dynamically generated depending of what you added so it would change. Hence, recommend adding it to header bar’s element CSS instead of style.css
. Example,
$el.x-bar-fixed{
background-color: rgb(137, 142, 145) !important;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}

You have to add it to each bar where the styling is supposed to be applied.
As for .x-main.full
, I can’t find it anywhere. What’s your child theme folder name? It appears to be active but I couldn’t find the child theme’s style.css. In fact, the active folder to /pro/
instead of /pro-child/
. How did you install your theme? Have you installed it within the child theme overriding the child theme itself?
Please provide your admin login credentials in a secure note so I could confirm my questions too.
Thanks!