Dear Support,
on my portfolio page I would like the text under the ‘filter by category’ box to be white as it is unreadable on black background. how can I achieve that please?
here is the page: https://emtex-studio.com/our-productions/
thank you!
Dear Support,
on my portfolio page I would like the text under the ‘filter by category’ box to be white as it is unreadable on black background. how can I achieve that please?
here is the page: https://emtex-studio.com/our-productions/
thank you!
Hey @EMTEX,
The color is coming from the Ethos set of styles so there’s no option for this. You only can override this using CSS. I’ll provide the code for now but please note that theme customization including overriding theme styles is beyond the scope of our theme support so it would be best that you learn CSS as well as learning how to use the browser’s element inspector so you could override any part of the theme on your own.
For now, please add the following code in Theme Options > CSS.
.option-set .x-index-filters-menu>li>a, .option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li>a, .option-set .x-portfolio-filters-menu>li:after {
color: white;
}
That should work provided you don’t have existing CSS errors anywhere within the theme’s interface like the Global, Content and Element CSS.

Hope that helps.
Many thanks that worked
have a great day!
You’re most welcome, have a great day as well.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.