Re: [1.4.2] Tutorial: How do I change the color of...
I want it to be something like this
| and not like this
| xxxxxxxxxxxxxxxxxxxxxxx
currently Arras uses the vertical rectangle one.
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
Arras WordPress Theme Community Forums → Guides Database → [1.4.2] Tutorial: How do I change the color of...
I want it to be something like this
| and not like this
| xxxxxxxxxxxxxxxxxxxxxxx
currently Arras uses the vertical rectangle one.
Awesome! That worked perfectly.
Thank you,
Greg
1. I think this works best:
.blog-description { width: 980px; text-align: center; }
2. Not when using the custom logo function in Arras. It repleaces the title.
currently Arras uses the vertical rectangle one.
I'm actually not sure how this works, need to look that one up.
I want it to be something like this
| and not like this
| xxxxxxxxxxxxxxxxxxxxxxxcurrently Arras uses the vertical rectangle one.
Try this
blockquote { border: 1px solid #ccc; background: #fff; }
Thanks Extatix,
That made it clear.
I would like my main background to be transparent and a different color. When I use
" #main { /* for IE */ filter:alpha(opacity=60);/* CSS3 standard */ opacity:0.6;background-color:#C2DFFF; } "
the entire window, including photos, features and headlines also become transparent.
Thank you!
Yes. That's because opacity workls for everything in that div id/class.
extatix,
Again thank you for pointing me to this tutorial it was very informative and allowed me to accomplish some of my adjustments. I made the adjustments to my blog (pharma-emrm-evangelist.com). But there are couple of things that I could find in this forum.
1st) How do I get rid of the all caps in the title and description
2nd) How can I make the description font style italic?
3rd) How do I get the menu font color to change when I hover over it (code I created doesnt work)
Here is the code that I used in my blog.
.blog-name { width: 980px; text-align: Left; font: 30px Arial; }
.blog-name a:link, .blog-name a:visited { color: #ffffff; }
.blog-description { color: #ffffff; font: 16px Arial; }
.blog-description { width: 980px; text-align: center; }
.sf-menu a { color: #ffffff; }
.sf-menu a:hover { font: #f3f3f3; }
Lastly, under what php file can I find the details for font sizes, colors, background colors etc?
Thanks for your help in advance! John
I'm still unsure what user.css does and how to use it.
Hello guy, i have problem on using bottom widget.
I wanna change the colour of the bottom widget title(not the title text), but it seems that when i change the "widget title" the botom widget do not change, 
My homepage located at http://www.laputaq.com , i am using WP3.0 and Arras 1.4.3.1
how can i solve the problem, or has i missed any post in the forum, i have found several time but failed.
thank you for you kind attention
Hello again. I have the same question i had last month regarding the top navigation bar menu of our website: www.ebyd.org. After updating to Wordpress 3.0 and the Arras theme, the navigation bar no longer displays the different colors that used to be on the "Election 2010" and "Donate" tabs. I've tried to put the code back but it doesnt seem to work. It looks like things have changed a bit. Here is the code i used in pre-wp3.0 user.css file (the item number has changed to current one). Thoughts?
.sf-menu li.page-item-1386 a { color: #fff; }
.sf-menu li.page-item-1386 ul a { color: #fff !important; }
#nav li.page-item-1386 a { background-color: #153E7E; }
#nav li.page-item-1386 a:hover { background-color: #153E7E; }
.sf-menu li.page-item-1396 a { color: #fff; }
.sf-menu li.page-item-1396 ul a { color: #fff !important; }
#nav li.page-item-1396 a { background-color: #C11B17; }
#nav li.page-item-1396 a:hover { background-color: #C11B17; }
I wanna change the colour of the bottom widget title(not the title text), but it seems that when i change the "widget title" the botom widget do not change, how can i solve the problem, or has i missed any post in the forum, i have found several time but failed.
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle { background: #ff0000; }Yeah, it works, thanks a lot
cygo wrote:I wanna change the colour of the bottom widget title(not the title text), but it seems that when i change the "widget title" the botom widget do not change, how can i solve the problem, or has i missed any post in the forum, i have found several time but failed.
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle { background: #ff0000; }
Just for curiosity... Is there any chance to get rid of the "search" bar on the header? ![]()
By the way, I cannot use my arras theme with 3 column layout cos the main column is not centered. Any idea of how can I be able to fix it?
Here´s an example of what´s happenin: http://i911.photobucket.com/albums/ac31 … ntered.png
Last edited by babins (2010-06-27 11:44:56)
#searchbar { display: none; }
Just reposting the same question. Would appreciate some help:
Hello again. I have the same question i had last month regarding the top navigation bar menu of our website: www.ebyd.org. After updating to Wordpress 3.0 and the Arras theme, the navigation bar no longer displays the different colors that used to be on the "Election 2010" and "Donate" tabs. I've tried to put the code back but it doesnt seem to work. It looks like things have changed a bit. Here is the code i used in pre-wp3.0 user.css file (the item number has changed to current one). Thoughts?
.sf-menu li.page-item-1386 a { color: #fff; }
.sf-menu li.page-item-1386 ul a { color: #fff !important; }
#nav li.page-item-1386 a { background-color: #153E7E; }
#nav li.page-item-1386 a:hover { background-color: #153E7E; }.sf-menu li.page-item-1396 a { color: #fff; }
.sf-menu li.page-item-1396 ul a { color: #fff !important; }
#nav li.page-item-1396 a { background-color: #C11B17; }
#nav li.page-item-1396 a:hover { background-color: #C11B17; }
Hi,
I can change footer color but my widget text color is not changing. I know how to change it but this way I change all widgets color. I need to change widget color just for footer. I tried to edit
#footer .widgetcontent { font-size: 12px; background: #000000;color: #fff; padding: 0; border: none; }
but nothing changes. My footer is black and I need white text.
They are links actually
#footer .widgetcontent a { color: #fff; }
@ EBYD start with
.sf-menu #menu-item-1386 a { color: #fff; }
Last edited by extatix (2010-06-30 14:41:35)
Hi, I've been able to change the colours of almost everything just fine (my website is mostly white and the text is black), but when I search something there is still a grey box around each post's title...is there a way to change this?
Can you give me an url?
Why am I having such a hard time with this? I swear I'm not stupid.
I basically just want to change the background color of the header & main page. A friend had previously done it for me. I go to user.css and paste in the code this tutorial gave and tweak with the color I want, but nothing ever changes!
Somebody please help me
Here's my site if this means anything - http://www.makeupbylacy.com
You added
#header { background: ##7D053F; }
it should be
#header { background: #7D053F; }
I changed it but it still isn't making a difference ![]()
Am I supposed to be tweaking that besides the color?
Last edited by lacywy (2010-06-30 16:57:12)
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.062 seconds, 10 queries executed