Header transparency on other pages

Hi!

I have set my header transparency to this site that will be my home page: https://www.chokesandmore.com/homepage/ and using white as header font color.

Now I have problem on the other pages like https://www.chokesandmore.com/pictures/. Can not see the navigation links. I tried to change the page background color since the header is transparent. It keeps the color white. Any ideas how I solve my problem? I want that the main image on the front page is under the navigation.

Hi Anni,

Thanks for reaching out.

To be able to help about your concern, please follow the steps below on how to fix your issue:

1.) Go to X > Theme Options then CSS

2.) Copy the paste CSS code below

.page-id-23 .x-navbar .desktop .x-nav > li > a {
	color: #ffffff;
}
.x-navbar .desktop .x-nav > li > a {
	color: #dc143c;
}

.page-id-23 .x-navbar .desktop .x-nav > li.current_page_item > a {
	color: #dc143c;
}

Note: The Official solution for this is to upgrade to Pro. In Pro, you can enable different header per page and we can’t provide any more CSS customization because it is outside of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer.

Thank you.

Thank you so much!

Hi Anni,

Glad to help you.

Thanks

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