Text darker inside widget area for Sparkling theme

Hi again

  1. I wonder how to make darker the text inside a widget http://www.maquelia.com/wp-content/uploads/2015/01/Default.jpg

  2. May I erase your theme name at the footer? http://www.maquelia.com/wp-content/uploads/2015/01/Default_2.jpg
    Thanks and keep up the good work!

  1. To change font color for widgets you can add this code to Theme Options - Other - Custom CSS. This Custom CSS uses red color as an example but you can change it to any color you any by replacing color code. For example black would be #111 darker gray would be #555 etc.
.well .textwidget {
    color: #F00;
}
  1. It is allowed to remove copyright information from footer. However, I have answered 6 forum threads with several questions on each, this is a FREE WordPress theme and you haven’t paid anything for it. Just keep that in mind while you are doing that.

Thanks Aigars, I will consider not removing the Theme name, just the Wordpress wording.

One more question: How can I get my contact page template to work like this? http://www.maquelia.com/wp-content/uploads/2015/01/Widgetized.jpg

I want to keep the fullwidth size only for the Google map. After trying with the mainpage widgets and customization it didn’t work to put any widgets in the main body under the map.

You can use Easy Bootstrap Shortcodes plugin that we have also included in our theme demo.

Create a two column and add contact form on the left and contact information on the right. There are many other great shortcodes included with this plugin as well.