You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to Arras Theme Community Forums!
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.
Search options (Page 3 of 8)
I don't believe it's possible.
Yes. Very easy. Add this to user.css if no child theme or style.css if you're using a child theme:
.entry-content a, .entry-content a:link, .entry-content a:visited {
color: #EE7600 (whatever color you want);
}
Try:
#nav {
margin: 0 auto;
width: 990px;
}
Try:
#nav {
margin: 0 auto;
width: 990px;
}
Tin wrote:No one can help me ? 
Still fooling around with it.
Voulez-vous dire la largeur de la tête? Ou la couleur des menus de navigation?
header.php
Look for other similar lines.
Joe Mobley wrote:You're probably right. I'm still getting a handle on .css. I may be doing something the less-than-best way.
A high priority for me is NOT to edit the themes .php files. I have been able to this so far.
Joe Mobley
Create a child theme and if you mess up the PHP files, you can just delete the file from your child theme and it will go back to the defaul Arras files.
If you're not using a child theme place this code in your user.css, if you are using a child theme place this in your style.css file:
.search-results-content .searchform, .sidebar .searchform {
width: 180px;
}
What exactly are you trying to achieve? You want the images to be links to the category?
The only problem with Joe's method is I believe it hides category titles. But both solutions should work, I guess.
Try adding !important to each part that you're changing. For example:
.post { width: 1px !important; }
No idea. I know how to do it on category, tag, archive and author pages but not the home page. Sorry.
That would take a lot of work. Let me look into it for you.
No worries! I see what you mean. I was the same way when I first started dealing with this stuff.
You shouldn't edit the core files. It's better to just add the code I gave you in user.css.
Not sure what you're asking. What I gave you will eliminate it. No need for the other stuff.
Step 1: Open single.php
FIND
<h4 class="module-title">
REPLACE WITH
<h4 class="commentsnone-title">
Step 2: Add to user.css
.commentsnone-title { display: none !important; }
Step 3: Add to user.css
.nocomments { display: none; }
user.css or style.css or child theme:
.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited {
display: none;
}
Posts found: 51 to 75 of 191
Generated in 0.044 seconds, 5 queries executed