Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to change font style for the Site Title and tag line? (http://forum.bytesforall.com/showthread.php?t=20562)

gnosis Jun 27, 2013 05:20 AM

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

gnosis Jun 27, 2013 05:21 AM

How do I change the font style for the Site Title?
 
How do I change the font style for the Site Title?

lmilesw Jun 27, 2013 05:29 AM

There is a setting somewhere in the theme options for that.

lmilesw Jun 27, 2013 05:30 AM

There is a setting somewhere in the theme options for that.

gnosis Jun 27, 2013 09:20 AM

I keep on trying:

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

and I change:

font-family:

to different values with no effect.

gnosis Jun 27, 2013 09:20 AM

I keep on trying:

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

and I change:

font-family:

to different values with no effect.

juggledad Jun 27, 2013 09:39 AM

what is the url?

gnosis Jun 27, 2013 09:41 AM

I am working on my development server, but here are live/in production copies:


http://library.gc.cuny.edu/
http://gclibraryisdown.org/

juggledad Jun 27, 2013 10:07 AM

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

lmilesw Jun 27, 2013 10:34 AM

What values did you try?

gnosis Jun 27, 2013 10:34 AM

How do i delete attachments? Because I have exceeded my quota.

You can download:

http://library.gc.cuny.edu/aleph/ata...u-20130627.txt

gnosis Jun 27, 2013 10:35 AM

Have tried:

font-family: times

font-family: gothic

font-family: arial

etc.

always the same results

juggledad Jun 27, 2013 10:44 AM

go back and look at your css and tell me what syntax error you have.

gnosis Jun 27, 2013 10:47 AM

missing ; ?

gnosis Jun 27, 2013 10:49 AM

appears that blog tagline styling might effect blog title styling because when I change one, the other seems to change. Possible?

juggledad Jun 27, 2013 12:22 PM

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

gnosis Jun 27, 2013 12:27 PM

What do you mean by adding a div?

Where? In the theme options?

juggledad Jun 27, 2013 01:06 PM

Look at the configure header area

gnosis Jun 27, 2013 01:08 PM

Do you mean:

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

And if so how?

juggledad Jun 27, 2013 01:31 PM

Yes that is the area where you added a div with your title and tagline

gnosis Jun 27, 2013 01:58 PM

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?

juggledad Jun 27, 2013 04:11 PM

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.

lmilesw Jun 27, 2013 04:30 PM

@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.

gnosis Jun 28, 2013 05:27 AM

Do not remember, I believe yo or someone else on the forum suggested it. Possibly because my title and taglines click to different locations.

gnosis Jul 2, 2013 02:37 PM

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.


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

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