Re: [1.4.2] Tutorial: How do I change the color of...

Can we insert a pic for the footer as a background?

Like this?

#footer .widgetcontent  { background: url(http://www.thenorthwestreport.com/wp-content/uploads/2010/05/gad3.png) no-repeat; height: 25px; }


That code wont work.

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

For the complete footer you don't need the .widgetcontent. I use an image as a background for my footer so it's doable.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

Try this for the border:

#post-5 { border: 1px solid #AE0000 !important; }

Hide RSS:

.quick-nav #rss  { display: none; }

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

.page-id-5 #main { background: #AE0000 !important;}

I always have trouble with placing images at random in a page. The only solution I can think of is putting it directly in header.php.

Perhaps someone else knows.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

I have a question about the searchbar border. On my site: www.urbansynergy.com you can see that the searchbar is mis-aligned on the navbar, and when you hover, a very large border appears. I'm using the Pixopoint menu and I'm having trouble reducing the border.

I've tried the guide and put #searchbar { border: 1px solid #fff; } in my user.css but it doesn't seem to make a difference. Can anyone help?

Re: [1.4.2] Tutorial: How do I change the color of...

pabonline wrote:

Thanks for the help 'extatix' I seem to be almost there, any idea how to change the fonts to always be Verdana??

Change this in default.css

body                    { background-color: #f1efe6; color: #333; font: 12px Verdana, 'Lucida Grande',Arial,Helvetica,sans-serif; height: 100%; min-height: 100%; margin: 0; padding: 0; }

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

ok will do, thanks again for the help.

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

Hello, Im hoping you can help me change the color of a specif tab on the navigation bar.  We use the arras theme for our political org and want to highlight the "Election 2010" tab in red or blue.  All i can tell you now is that particular tab is page item #964

You can check out our site at www.ebyd.org.

Your help is greatly appreciated!

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

It's already highlighted.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

It doesn't show up highlighted over here.... :-/

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

http://www.watkijkikoptv.info/mp3/navbark.png

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

Oh, i see it... its showing up on IE but not Google Chrome.  Odd...

Hehe, thanks for replying!

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

I removed the background of the banner by adding this code to the user.css:

#header                    { border-bottom: none; padding: 0 0 65px 0; background: no-repeat center top; }

This worked in the default.css but when I switched to the legacy.css a thin rule appeared above and below the navigation bar that extends on both sides of the nav bar. See the attached image. How can I remove the rules?

Last edited by bodhitree (2010-05-19 20:38:40)

Post's attachments

Picture 3.png 109.66 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

extatix wrote:
pabonline wrote:

Thanks for the help 'extatix' I seem to be almost there, any idea how to change the fonts to always be Verdana??

Change this in default.css

body                    { background-color: #f1efe6; color: #333; font: 12px Verdana, 'Lucida Grande',Arial,Helvetica,sans-serif; height: 100%; min-height: 100%; margin: 0; padding: 0; }


Thank you so much for this information! I wanted to change the font on my site to Arial, so I put that first in the list of fonts and now my site renders in Arial.

Question: Is there a way to set certain bits of text -- navigation, post headlines, "Featured Stories," etc. -- to Arial Black? I tried inserting Arial Black in the code above but all the text on the site was changed.

As always, thanks for your help!

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

How to change the color of the black rule around the Search box in the default.css? See attached image. Thanks!

Post's attachments

Picture 4.jpg 12.75 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

bodhitree wrote:

How to change the color of the black rule around the Search box in the default.css? See attached image. Thanks!

See 5.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

extatix wrote:
bodhitree wrote:

How to change the color of the black rule around the Search box in the default.css? See attached image. Thanks!

See 5.

I tried all three codes listed under 5 and none of them changed the color of the black outline around the Search box. The first one listed under 5 looks like it should work:

#searchbar                { border: 4px solid #fff; }

But this adjusts a white rule on the outside of the black rule.

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

I would like to :

1. Change the Navigation font color to white.
2. Remove the box on mouseover.
3. Have the Navigation font turn blue on mouseover.

Any ideas?

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

bodhitree wrote:

I tried all three codes listed under 5 and none of them changed the color of the black outline around the Search box. The first one listed under 5 looks like it should work:

#searchbar                { border: 4px solid #fff; }

But this adjusts a white rule on the outside of the black rule.

I had the same problem. Look for the line #searchbar .searchform    { border: 4px solid #colourcode; } in default.css(I don't remember the original colourcode). I guess you'll find your way from there

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

Hi,

I would like to change the link-color and the font size of it - ONLY in my posts. I tried out many of the posted ones, but I don´t find out the right one.

I hope you can help me.
Thanks smile

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

That'd be

.single a {color: #000; font-size: 14px; }

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

72

Re: [1.4.2] Tutorial: How do I change the color of...

Guru, these tips have been amazingly helpful. What code should I put in the user.css to change the blog post title? I'm using traditional view on my homepage, and would like the title color to affect the homepage and individual post.

Thanks!

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

extatix wrote:

That'd be

.single a {color: #000; font-size: 14px; }

Thanks for your Answer....but this one change the hole single-post content (include the navigation, widget titles a.s.o)
but i found out the right code: .post a  {color: #000; font-size: 14px; }

Thumbs up

Re: [1.4.2] Tutorial: How do I change the color of...

ej wrote:

Guru, these tips have been amazingly helpful. What code should I put in the user.css to change the blog post title? I'm using traditional view on my homepage, and would like the title color to affect the homepage and individual post.

Thanks!

.single .post .entry-title a:link, .single .post .entry-title a:visited, .single-post .entry-title a:link, .single-post .entry-title a:visited { color: #fff; }

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: [1.4.2] Tutorial: How do I change the color of...

Is it possible to change the colors of the text and background in a single widget without affecting other widgets? On my site -- www.trekworld.com -- for example, I'd like to change the Quotable widget so that the text is white and the background black, or some other color, but I'd like the other widgets to remain the same colors they are currently.

Thumbs up