Topic was closed so I had to create a new topic

Please see the attached PDF which includes my original issue, the URL, my credentials, and the correction offered by support. The issue remains.

remove screenshots

Original topic: Would you please double check my CSS

Hi @janequade,

Thank you for writing in, yes after 10days that the thread is inactive it will automatically closed.

I have to remove your screenshots because your login credential is visible to public on one of those screenshot. I’ll link your old topic instead.

Original topic: Would you please double check my CSS

Ok now on the issue, I assume you’re referring to the bottom footer area, right? the Black area? If so, you can change its background color under Theme Options > Ethos and find the Topbar Background option. I know it says Topbar Background but on the Ethos stack that is also applied on the Bottom Footer Area.

Here’s a custom CSS to change the bottom footer content, menu, and social icons color.

/*for copyright text content*/
.x-colophon.bottom .x-colophon-content p,
.x-colophon.bottom .x-colophon-content a {
    color: white;
}

/*for footer menu*/
.x-colophon.bottom .x-nav li a {
  color: white;
}

/*for social media color*/
.x-colophon.bottom .x-social-global a i {
	color: white;
}

Please note that this custom CSS only serves as a guide, and we are not responsible for modifying and maintaining it.

Cheers,

Yes, I was referring to the bottom footer area. I want to keep the white background with black lettering.
Interestingly, the footer text is now black and is displayed against the white background which is what I wanted. However, I did not make any of the changes you suggested.

How do I change the title of each widget to black tezt?

Hey @janequade,

To change the title color of a widget, try adding the following code in the Theme Options > CSS:

.widget .h-widget {
    color: #000;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Thanks!

Thank you so very much. I appreciate your help.

Jane

Hi Jane,

You’re welcome and it’s our pleasure to help you! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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