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 » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] How to change font style for the Site Title and tag line?


  #1  
Old Jun 27, 2013, 05:20 AM
gnosis
 
173 posts · May 2010
How do I change the font style for the tagline?
  #2  
Old Jun 27, 2013, 05:21 AM
gnosis
 
173 posts · May 2010
How do I change the font style for the Site Title?

How do I change the font style for the Site Title?
  #3  
Old Jun 27, 2013, 05:29 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
There is a setting somewhere in the theme options for that.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #4  
Old Jun 27, 2013, 05:30 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
There is a setting somewhere in the theme options for that.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jun 27, 2013, 09:20 AM
gnosis
 
173 posts · May 2010
I keep on trying:

ATO=>Style & edit Header Area=>Blog Title

and I change:

font-family:

to different values with no effect.
  #6  
Old Jun 27, 2013, 09:20 AM
gnosis
 
173 posts · May 2010
I keep on trying:

ATO=>Style & edit Header Area=>Blog Tagline

and I change:

font-family:

to different values with no effect.
  #7  
Old Jun 27, 2013, 09:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url?
  #8  
Old Jun 27, 2013, 09:41 AM
gnosis
 
173 posts · May 2010
I am working on my development server, but here are live/in production copies:


http://library.gc.cuny.edu/
http://gclibraryisdown.org/
  #9  
Old Jun 27, 2013, 10:07 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
When I use Firebug and ADD a font family to the blog or tagline at http://library.gc.cuny.edu, they change fine.

shut off ALL plugins and try
export your settings and attach them to a response
  #10  
Old Jun 27, 2013, 10:34 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What values did you try?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #11  
Old Jun 27, 2013, 10:34 AM
gnosis
 
173 posts · May 2010
How do i delete attachments? Because I have exceeded my quota.

You can download:

http://library.gc.cuny.edu/aleph/ata...u-20130627.txt
  #12  
Old Jun 27, 2013, 10:35 AM
gnosis
 
173 posts · May 2010
Have tried:

font-family: times

font-family: gothic

font-family: arial

etc.

always the same results
  #13  
Old Jun 27, 2013, 10:44 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go back and look at your css and tell me what syntax error you have.
  #14  
Old Jun 27, 2013, 10:47 AM
gnosis
 
173 posts · May 2010
missing ; ?
  #15  
Old Jun 27, 2013, 10:49 AM
gnosis
 
173 posts · May 2010
appears that blog tagline styling might effect blog title styling because when I change one, the other seems to change. Possible?
  #16  
Old Jun 27, 2013, 12:22 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Definitely missing the ';'

Also you added your own div for the logo area so if the theme options aren't taking you may have to code your own with that div
  #17  
Old Jun 27, 2013, 12:27 PM
gnosis
 
173 posts · May 2010
What do you mean by adding a div?

Where? In the theme options?
  #18  
Old Jun 27, 2013, 01:06 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Look at the configure header area
  #19  
Old Jun 27, 2013, 01:08 PM
gnosis
 
173 posts · May 2010
Do you mean:

ATO=>Header Area=>Style & edit Header area
?

And if so how?
  #20  
Old Jun 27, 2013, 01:31 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Yes that is the area where you added a div with your title and tagline
  #21  
Old Jun 27, 2013, 01:58 PM
gnosis
 
173 posts · May 2010
Do you mean this div?
<div id="mylogo"><a href="http://www.gc.cuny.edu"><img src="http://library.gc.cuny.edu/mrl365_2/wp-content/themes/atahualpa/images/gc_logo.jpg" alt="Mina Rees Library" /></a></div>



If so, should I do:

<div id="mylogo"><a href="http://www.gc.cuny.edu"><img src="http://library.gc.cuny.edu/mrl365_2/wp-content/themes/atahualpa/images/gc_logo.jpg" alt="Mina Rees Library" /></a></div>

<div id="mytagline">
<h2 class="blogtitle"><a href="http://library.gc.cuny.edu/">Mina Rees Library</a></h2><p class="tagline"><a href="http://www.gc.cuny.edu/">CUNY Graduate Center</a></p></div>


But then how does mytagline div become styled?
  #22  
Old Jun 27, 2013, 04:11 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
once you added that code to the Configure Header Area the settings and styling theme options may or may not work the way you want. You can manually enter CSS to style them in the CSS Inserts area.

If you used the same ID/classes that the theme would automatically generate, then you could probably use the thme options. However in your case I notice you have added the %logo to the Configure Header Area options so there may be an ID conflict (every ID should be unique on a page)

bottom line is that when you add div's to the Configure Header Area, you are responsible for the styling and can put it in the CSS Inserts area.
  #23  
Old Jun 27, 2013, 04:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
@gnosis... I'm just curious as to why you added your own divs instead of just using the theme options for logo, title, and tagline.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #24  
Old Jun 28, 2013, 05:27 AM
gnosis
 
173 posts · May 2010
Do not remember, I believe yo or someone else on the forum suggested it. Possibly because my title and taglines click to different locations.
  #25  
Old Jul 2, 2013, 02:37 PM
gnosis
 
173 posts · May 2010
I already have:

<div id="mylogo"><a href="http://www.gc.cuny.edu"><img src="http://library.gc.cuny.edu/mrl365_2/wp-content/themes/atahualpa/images/gc_logo.jpg" alt="Mina Rees Library" /></a></div>

but do not see where I defined mylogo id in the CSS.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Can't Change Font Size or Any Style of Comment &quot;Reply Title&quot; willard202 Comments, trackbacks & pings 5 Mar 6, 2013 06:58 PM
How can I change font of blog title and tag line? karenclark Header configuration & styling 6 Sep 5, 2011 03:58 PM
How to center Blog Title and Tag Line and change font sizes in Atahualpa 3.5.3 BellaMary Header configuration & styling 2 Aug 23, 2010 12:13 PM
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 change style/font size to comment status/counter line? margi Comments, trackbacks & pings 4 Dec 30, 2009 02:03 PM


All times are GMT -6. The time now is 12:48 PM.


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