Add colored background in this section

hello help please, here in the support they gave me this code to use it in index of my page, how to use it in the services page

.home .x-navbar-inner {
margin-top: 20px;
}

.home .x-navbar-inner .x-container.max {
background-color: #fff;
padding: 0 20px;
}

.home .x-navbar-inner .x-container.max ul li a {
color: #33bbff;
}

use it in this section

Thank you

Hello Alberto,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.page-id-591 .x-navbar-inner {
    background-color: #c1c1c1;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.