CoachAlvar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing font-size in sidebar Arjuna-X themeAh, ty, that was the information i needed to figure it out.
In my style.css i added:
.textwidget {font-size:12px}
to the end. That solved it:)
Forum: Themes and Templates
In reply to: Removing the footer from arjuna-xRemoved them. From all .php files in the theme. Keeps showing up though.
Just now I deleted the image it linked to (footer2.jpg) and it ‘looks’ gone. Not very elegant though.
Forum: Themes and Templates
In reply to: Changing font-size in sidebar Arjuna-X themeThx t-p,
But….I like my body font-size. It’s the sidebar font-size I want to change…
Forum: Fixing WordPress
In reply to: How to post to pages?Oh! That’s spot on! Thanks for helping out!
Forum: Fixing WordPress
In reply to: Changing field entry width in IEStill hoping someone takes a look at this…
Forum: Fixing WordPress
In reply to: Changing field entry width in IERight, sorry.
Forum: Themes and Templates
In reply to: Widged header size and color in Arjuna XHa! It was indeed a color code I (previously) had in a text widget. Retyped text widget, left out color code: problem fixed.
Thx!
Forum: Themes and Templates
In reply to: Widged header size and color in Arjuna XHey t-p,
Thanks, that did work, although only for the first and last header haha. The two in between remain the old color:S
It must be some widget or other that is messing things up.Forum: Themes and Templates
In reply to: Widged header size and color in Arjuna XNumber one worked, thx! I did indeed mean the font size.
The complete block of code is now:
.sidebars h4 span { display:block; margin:1px 0; background-color:#ebebeb; font-family:Verdana, Geneva, sans-serif; font-size:14px; padding:6px 15px; }
As you can see I altered the fontsize to 14.
Number two remains a mystery to me. I tried adding color:#80BFFF to it making it look like:
.sidebars h4 span { color:#80BFFF; display:block; margin:1px 0; background-color:#ebebeb; font-family:Verdana, Geneva, sans-serif; font-size:14px; padding:6px 15px; }
But alas, that did not change the looks.
Did I enter the wrong code or was I in the wrong place?
Thx again ??
Forum: Themes and Templates
In reply to: Search bar in Arjuna xNothing there concerning the search function I’m afraid…
Forum: Themes and Templates
In reply to: Search bar in Arjuna xHi Chinmoy29,
Thanks for replying. I looked for the code (in wordpad) but it’s not there.
I looked in:
sidebar, search, header, page, functions and single.phpI also thought to get creative.destructive and renamed search.php to OLDsearch.php, but the search function is still there…
Any other ideas?
Forum: Fixing WordPress
In reply to: How to change sidebar size & position?Awesome. Worked:)
Thx.Forum: Fixing WordPress
In reply to: How to change sidebar size & position?What’s remaining is the position. I’d like to have the right sidebar like 30px to the left.
Forum: Fixing WordPress
In reply to: How to change sidebar size & position?Hi doc4,
Ty! The sidebar size worked. ALthough in my style.css i found:
RSSW .sidebars {
width:250px;
float:right;
}I changed the 250 to 220 and that did the trick.
As for the title size I found
.sidebars h4 span {
display:block;
margin:1px 0;
background-color:#ebebeb;
font-family:Verdana, Geneva, sans-serif; font-size:16px;
padding:6px 15px;
}Changed 16 to 11 and all is well:)
I am curious though as to how you get a different order in the code.
Well regardless. Problem solved. Thanks again!
Forum: Fixing WordPress
In reply to: How to change background img form png to jpg in arjuna?Awesome Esmi. I resaved my pic in The Gimp and that was it. No idea what happend before, but this worked. Ty!