Support Forum
Thank you Mr. Papa for your contribution.
Have been able to add more menu bar and more footer and as well.
But what i actually wanna know now is;
How to change the FOOTER Colour background through the stylesheet
and also, how to change Menu colour background too?
Lastly, about the roottheme. Can one change the 'name simplepres' showing at the footer of the forum?
Thanks
Answering the second question first then you can remove the copyright notice and acknowledgements popup as shown in this FAQ: https://simple-press.com/docum.....ledgments/. Of course, we would rather you did not bit there is nothing to stop you.
As to colours of your WP theme menu and footer - as Mr Papa said above - this is a part of your WordPress theme and nothing to do with Simple:Press. As he also said - we can give you general advice on that but we would need to see the website and an example page so would need a URL. You might be better of however, asking the theme authors themselves in the long run.
YELLOW
SWORDFISH
|
Yellow Swordfish said
Answering the second question first then you can remove the copyright notice and acknowledgements popup as shown in this FAQ: https://simple-press.com/docum.....ledgments/. Of course, we would rather you did not bit there is nothing to stop you.As to colours of your WP theme menu and footer - as Mr Papa said above - this is a part of your WordPress theme and nothing to do with Simple:Press. As he also said - we can give you general advice on that but we would need to see the website and an example page so would need a URL. You might be better of however, asking the theme authors themselves in the long run.
Thanks to you Yellow Swordfish.
what i meant as to do with my wp theme actually but just need you guys advice.
the url is: http://www.guruscrib.net
Hey Seth,
Inspecting your footer it looks as though the class '.footer-widgets' currently has a white background, so the logical thing to do would be to change that to #222222 (the same as your nav bar). You would then need to change the text to a lighter colour, and while most of the text is controlled by the footer-widgets class, the titles are controlled by '.footer-widgets .widget-title'.
So, assuming you have a child theme of your WordPress theme in place or are making changes to some kind of additional CSS box your WP theme might offer, or you are just going to add the changes to the end of your themes style.css - You would need to add something like this:
.footer-widgets { color: #FFFFFF; background: #222222; } .footer-widgets .widget-title { color: #FFFFFF; }
For any further help, for example with child themes or where to add these changes it does vary from theme to theme so you would need to contact the theme developer, as Andy has pointed out the WP theme is not something we can really offer the same level of support on as we do for Simple:Press itself.
Hope that helps!
I checked Ike's solution above and it definitely works for your theme. So if you added it to the styles.css file of your WordPress theme just check you added it at the END of the file and not the start. And also double check your typing as it has to be exact.
As to contacts then you will need to find a contact plugin in the WordPress plugin repository. We really do need to concentrate on Simple:Press related support questions here as much as possible if you can.
YELLOW
SWORDFISH
|
1 Guest(s)