Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] How do i make site title,post titles and categories header font ALL blue? (http://forum.bytesforall.com/showthread.php?t=20913)

emmykk Sep 12, 2013 09:47 PM

[SOLVED] How do i make site title,post titles and categories header font ALL blue?
 
hello geeks
this theme is pretty and it turn novies to pro,but there are some changes i need help on

1.i like to make all the theme font in the following areas-site title,post title and the categories header font on the sidebar to appear in BLUE.and not the current default black and blue.

2.i like to add footer widget at the base of the theme where i will drag 3 widgets to

3.i dont like to have the jquery effect on the featured image,i want my feature image as it is

what are the step by step guide to achieve all this.am emma a wordpress learner
my website http://blog.smallbusinessinnigeria.com

CrouchingBruin Sep 13, 2013 01:26 AM

All of your questions have been answered in other threads; it is easier to refer to them rather than re-post all of the answers. And if you have other questions, try searching through the forum first; more than likely, someone else has already asked the question.

1. This thread is specifically for the header title, but it can be generalized to all other headings/titles having two colors.

2. This thread will show you how to add multiple widget areas to the footer.

3. I think this is what you mean when you say you don't want the jquery effect on your blog excerpt's featured image?

emmykk Sep 14, 2013 08:21 AM

thanks for your respond

The number1 worked partially,for the sidebar still harbour the two colour,black and blue,but i want only blue.i want it like http://ideafart.com

The number two am confuse, i want only footer widget area that can carry 3 widget, that i will drag to it,but inside the code am seeing 4 widget area,five widget area,please were will i stop in that code for 3 widget at footer.

The number3 worked.

thanks in advance happy saturday

CrouchingBruin Sep 14, 2013 09:19 AM

1. Look in your widgets.css virtual CSS file, you should be able to see the styling for Widget titles there, about a third of the way down. Just make the changes there like you did for the other headings.

2. If you only need one widget area, then just copy the code for one call to dynamic_sidebar, you don't need to make three calls. You just have to make sure the class is set to col12, not col4, so the column classes add up to 12 in one row div:
Code:

<div id="footer" class="row">

  <div id="widgetarea-footer" class="col12" style="padding: 0 10px">
      <?php dynamic_sidebar( 'Widget Area FOOTER' ); ?>
  </div>

</div>


emmykk Sep 15, 2013 01:47 PM

thanks for the time all work now


All times are GMT -6. The time now is 05:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.