How to remove widget names and change colours

I’v got the x theme and I’m working with Cornerstone. I’m busy for weeks to figure out how I can change the layout of the widget in the footer of my page. Now you can see the name of the widget (e.g: “footer-1”), but I like to hide the name. Furthermore there is a line around the widget, I would like to remove. I hope someone can help me.

Hi,

I would like to check bu your site is under construction mode.

Would you mind providing us with login credentials so we can take a closer look? Please provide following information:

Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password

All the best!

Hi Paul,

Thank you for responding.

My website is open now. You can check the problem below the page. http://www.pdscoaching.nl/
I would like to change the colour of the background of the sitemap. It’s a widget (advanced menu), but I don’t no were I can change that.

I hope you can help me.

Hi,

Do you mean remove the white background on the links?

To remove it you can add this in X > Launch > Options > CSS

.widget_nav_menu.widget ul li {
    background:transparent;
}

Hope that helps.

Hi Paul,
Thank you. That helps!
Now I like some more space above the widget “sitemap” and “nieuwsbrief”.
Do you know what CSS I need?

div#nav_menu-4 {
    margin-top: 15px;
}
div#mc4wp_form_widget-2 {
    margin-top: 15px;
}

Thank @matthijssmeets

@pdscoaching Please try the solution provided,

Let us know how it goes

Thank you

Thank you @ matthijssmeets for the CSS. That helps a lot.

Do you know how I change the color of the letters in Contact Form 7? Now you can barely see the content. I like to change it to white.

Hi again,

Please add the following code in your Customizer:

.home form.wpcf7-form label {
    color: #fff !important;
}

Cheers!

Thank you @Nabeel. Just perfect.
I’m so happy I can ask some questions here to continue my website.
A lot I discover on my own or video’s on YouTube, but the CSS is unknown for me.

One more question:
On top op my page, above the topbar there is a text: “http://www.pdscoaching.nl/http://www.pdscoaching.nl/
How can I delete this text and space, so the topbar should be on top?

Hi again,

It looks like it’s coming from your content which is treated as invalid HTML, could be due to the quotes. Can you please check your content and Customizer settings to find and remove the string, if you couldn’t find it on your own then provide us with login credentials using a secure note so we can take a closer look at your setup.

Thanks!

Hi Nabeel,
Thanks for your help. It’s not working. I asked somebody I know to fix it. I hope he will find a solution.

I like to place a comment (reaction or reply) form on my blog-page. Do you know how I can do that?
I tried a few different plug ins, but no succes at all :frowning:

If you mean the Blog page where posts are displayed, that is not possible. Comment form is available for single posts. See https://codex.wordpress.org/Comments_in_WordPress

Thanks.