Does anyone know if Shahroq is supporting his Pixel9 theme?

I have sent multiple private messages but not getting any replies. It is a simple request but really need to know what to do.

Thanks

1 Like

Not sure but If not what do you need help with?

1 Like

I need to change the page title from Black to white. I have cjhecked all of the options but just can’t find anything.

Thanks

Not sure if I was clear. The actual font color for the page title

Pixel9 has some pretty extensive documentation.

Maybe the change you’re asking for isn’t possible with that theme?

This has been a life-saver for me.

1 Like

Hi Joe,

To customize part of the theme, other than methods laid out at Pixel documentations: Instructions #18, you can always use the concretecms built-in design tool. You can check the concrete user guide here:

In your case get the the element that needs to be altered, and add a rule like this to ‘Custom CSS’:

#page-title * {
    color: blue !important;
}

If you need more help, plz, discuss it in here:

2 Likes