Raider
- Webdescription: Raider Home
Demo
Download
Raider is our first free WordPress theme released here at Themescapes.net.
Raider is a simple, but elegant blog design perfect for a personal or hobby blog. It is a two column and widget friendly with a very clean design.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Hi I was wondering how I can change the font and color of the title texts on the template as I am using it and love it but the font is to bulky and dark red HELP!!
Comment by Stacy Lebrun — April 15, 2010 @ 11:45 pm
Hey Stacy,
Open up the style.css file in the theme and paste this code somewhere:
#header h1 a {
color: #CCCCCC; /*< --(use the link below to pick your own color code)*/
font-size: 50px;/*<--(Change this mumber to make smaller or bigger)*/
}
Just replace the #CCCCCC; I have added above with the code of the color of your choice.
Hope this helps and glad you like it!
Jeremy
Link to list of color charts:
http://www.devguru.com/Technologies/html/quickref/color_chart.html
Comment by admin — April 16, 2010 @ 12:19 am
Hi There, I am using this theme for my new website and i love it but i don’t know how to change font size in header. My title header is long and it’s hiding one line because of big font size.. Any help?
Thank you in advance.
Comment by Jigna — April 25, 2010 @ 12:28 pm
Jigna,
Open the style.css file in the theme folder with a text editor like Notepad.
Find the tag that says:
#header h1 {
margin: 0px 0px 0px 10px;
padding: 5px 0px 0px 85px;
font-size: 50px;
float: left;
}
Change to number after “font-size:” to any number followed by px. Any number smaller than 50 will make it smaller. You can also make the last number in the “padding:” tag smaller than 85 and it will move more to the left.
Hope it help.
Jeremy
Comment by Themescapes — April 25, 2010 @ 3:44 pm
Love your theme, perfect for my site. Thank you.
However just wondering if there’s any way to put the categories in a drop down format or even just as links on the bar where the pages display? Thanks for any help,
S.
Comment by Susy — August 26, 2010 @ 8:59 am
Hi,
I’m trying to customize the 404 page, and while I can figure out a lot of basic HTML, this is over my head. Is there any easy way to do this & if so, would you help, please? Thank you!
Stacy
Comment by Stacy — September 10, 2010 @ 2:18 am
Hi, I really love this theme. It’s pretty, yet clean and simple. I like the style and fonts on the header. However, I went into my blog and the font and size had changed to more block style letters, and subtitle runs off page. I have made no changes to it, as I am not proficient in code yet. It did this one time before, but went back to normal after a couple of days. Also, If I do want to change the font style and size is this possible? I did read your instructions for Jigna about font size. Thank you in advance for any help you can give…Rachel
Comment by Rachel — November 11, 2010 @ 5:23 pm