Hi Veelkantie,
Can you please explain your issue a bit more.
Best!
Nishant
Hi Nishant, thanks for the reply.
If I install a forum plugin (I tried most of them, like WPBB, Mingle Forum, etc.) some text is white on a white background. In all forums when you want to reply to a post the text you type in the reply box is white on a white background, so you can’t read it. Only if you select the text.
I’ve tried to change the text or the background color of the forums but it doesn’t work. The stylesheet seems so dominant that it overrides all other CSS or ajustments.
Hi Veelkantie,
Thanks for explain your issue.
But we have only one way that is we will have to change the background color.
So, for this please try one more time CSS in the following manner..
input[type="text"],textarea{
background: url("images/search-bg.png") repeat !important;
border: 1px solid #BEBCB9 !important;
color:#fff !important;
}
Please add the given CSS (above) in theme style.css file.
Hope it would be helpful to you.
And please let me know about this.
Best!
Nishant Jain
Great, that seems to work! Have to test it with a proper forum lay-out, but I think this is the solution!
I’m very happy now 😉
Can I ask you one more question? Or do I need to open a new topic?
The question is: I can’t set a static page for the website to open with. Do you know why and can I change that?
Hi Veelkantie,
If you want to display static page instead of default gallery page.
Please follows the given instructions below..
1. Find the “front-page.php” file inside “analytical” theme folder.
2. Now, just rename the file name with “_front-page.php” this name.
That’s it.
Hope it would be helpful to you.
Please let me know.
Best!
Nishant
No! Do not edit the theme itself. First create a child theme for your changes.