Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] How do i make site title,post titles and categories header font ALL blue?


  #1  
Old Sep 12, 2013, 09:47 PM
emmykk's Avatar
emmykk
 
3 posts · Sep 2013
nigeria
[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

Last edited by emmykk; Sep 12, 2013 at 09:49 PM.
  #2  
Old Sep 13, 2013, 01:26 AM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
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?
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #3  
Old Sep 14, 2013, 08:21 AM
emmykk's Avatar
emmykk
 
3 posts · Sep 2013
nigeria
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
  #4  
Old Sep 14, 2013, 09:19 AM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
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>
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #5  
Old Sep 15, 2013, 01:47 PM
emmykk's Avatar
emmykk
 
3 posts · Sep 2013
nigeria
thanks for the time all work now

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do I make the header was just blue? cabacilin Montezuma Theme 5 Aug 29, 2013 08:17 AM
add page/post title to header site title. aehageman Header configuration & styling 6 Oct 21, 2011 04:16 AM
Want to make page titles appear the same as post titles? Aineoin Page & Category Menu Bars 6 Mar 5, 2010 11:58 AM
How do I change the font color of the post/pages font and the title font? GreenEyedMonst Center area post/pages 0 Jan 16, 2010 02:06 PM
[SOLVED] How to make homepage post titles the same as on individual post pages? JFG Atahualpa 3 Wordpress theme 5 Dec 15, 2009 08:41 AM


All times are GMT -6. The time now is 01:31 AM.


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