Background color no cornerstone pages

Hello,

I´m changing my web to other color set. I started to main page and i made with cornerstone, is easy to make, and all pages that i have with cornerstone i will change without problems. The problem is i not get to change in my blog page, portfolio, and post entries. I changed global font to white, so this pages it seems that nothing written. This pages i cutomize using wordpress editor, and i don´t see the way to change it, please could you help me??

The format i want: https://alienmixandmaster.com
pages i don´t get to change color:
https://alienmixandmaster.com/blog/
https://alienmixandmaster.com/portfolio/

I tried to change in X theme options, but is impossible to me,

Thanks!

Hello @omniastudio,

Thanks for reaching out. :slight_smile:

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

.x-boxed-layout-active .site, .x-boxed-layout-active .x-site {
    background-color: rgba(36,36,36,0.97);
}


.option-set .x-index-filter-label, .option-set .x-portfolio-filter-label {
    background-color: rgba(36,36,36,0.97);
}

.option-set .x-index-filters i, .option-set .x-portfolio-filters i {
    background-color: rgba(36,36,36,0.97);
}

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.

Thanks a lot!!! its work perfect

Regards!

Glad to hear it’s sorted.

Cheers!

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