fonts and colors
11 years ago
joshseacat
Member
Hello,
I am using the carStarts theme because the background graphics and colors fit my brand perfectly however i want to do some heavy modding of this theme. Below are the things I would like to change and if anyone can help out with any or all of them I would greatly appreciate it. I am a newbie web designer that only knows the code I am destroying :) - Top menu: I would like to hide this menu but not the bar - Main Menu: I would like to change the font to PT Sans, the same one used in LinuxID - Slider: The gray bar below the text on the slider images I would like to change to black - All yellow hovers both on the menus and in the posts I would like to change the color, undecided on color but I cant find all the "hover" codes - The Yellow Bar with the tire, "post headers" I would like to remove this graphic completely, change the font of the title to match that of LinuxID and just have the title there, no graphic. Thanks!!!! JS |
11 years ago
joshseacat
Member
This is the page I am working on:
http://killtheshave.com When I look at the CarStarts theme it does not have a gray bar underneath the next in the slider. How do i remove that gray bar altogether? |
11 years ago
joshseacat
Member
Ok here is where I am currently at:
http://www.killtheshave.com. Here is my current code:
What I would still like to do: - Change the menu fonts to PT Sans Narrow like LinuxID - Remove the gray bar under the slider text - Remove the wheel image altogether. - Format the posts so that they fall directly underneath the slider with just a little bit of space and move the text up closer to the post title. Can anyone help me? Thanks |
11 years ago
m3
Member
Hello,
First just your site URL is require for give you assistance. so your CSS codes is not require at all. -Top menu ( secondary menu style ): please refer to:
and follow the 1th or 2th solution as you would change your site style. just replace Your Theme Name ( CarStarts ) instead Linuxd if you following the 2th solution. -Main Menu ( Main menu font style ): You should first import it and then use it. for importing fonts you could use google fonts library / other sites under Free License instructions, or download it and use it in your files. Google fonts library is recommended, so i write google solution: Find ->
that in this solution is \CarStarts\, Find Style.css and open it with notepad or some editor. Find ->
or Line 17, and replace the following row:
you can find your favorite fonts and import them from http://www.google.com/webfonts#, you can find the importing link too in bottom of page. Time is up for using: in your Style.css in your Theme directory: Find ->
#mainmenu-container could be an ID or Class or attribute for using fonts. first just find your section ID / Class / Attribute in your HTML file and then find it in your CSS. and add following row between { and } tags, you should add near end of the } tag, just before it, The code: [code} font-family: 'PT Sans',sans-serif; 'PT Sans' is your font name that you already imported it before using. it could be anything as you would like to change your font design. just do not forget first import it ( Find Importing font solution in this reply if you don't have any idea how you can import fonts ). Sans-serif is a way to change your font styles to some standards for better looking and reading for visitors. -Slider: for now, i can't find the gray bar under of the slider or it texts. you may find a solution to resolve your problem :) anyway ... -Hover colors ( when you move your mouse to near a link, to hover it ): -Main menu: it's a Color and a background in your style.css, so follow this solution: in your theme directory ( CarStarts ), open style.css with notepad or some editor, Find ->
the first row is the text colors, the second row is the background under texts. Feel free to change text color and the background under texts. your text color for main menu is color:#FFEA00; and your background under text is background:url(images/back-menu-hover.png) repeat-x right; ( search for it in your style.css if you can't find mainmenu hover ). -Posts: it's a Color and a background in your style.css, so follow this solution: in your theme directory ( CarStarts), open style.css with notepad or some editor, Find ->
color changing of the background is not a background, it's background changing color with CSS and is a way to keep your site on low volume for better and faster opening. text color code on hovering style is color:#383c3f; and background color on hovering style is #ffea00; and #ffc808 ( you should know a little knowledge about changing background color on hover with css. search it in google to find how to fully redesign your background changing color ) - Post Caption Bar ( Changing Post Caption color bar and removing wheel background :P and change font style ): Fond style: in your theme directory, open style.css with notepad or some editor, Find ->
or Line 39, in your css, replace following code instead font-family: 'PT Sans Narrow', sans-serif; ( in default css , the default code is: font-family: 'a750-sans-mediumregular'; ) The Code ->
Removing background: it's background color, not a background. Find ->
or line 126, and you should remove the 8 first line after .articles .post-caption { The code for removing is:
Removing Wheel background ( CSS solution ): it's a background and HTML code. i will write CSS solution, so please follow this solution: Find ->
or Line 141 and add the following row between { and }, you should add it to end of } tag, just before closing }:
if you are about removing background color of post caption, probably you will need to change text color of the post caption too, you can find it default and hover style with searching h2 a.post_ttl:hover and a.post_ttl or line 47 and line 50. you should just change the color ( you should change color:#fff; and color:#383c3f; ). ok, i guess it's all things you would like to do. Hope work, Have fun! |
11 years ago
m3
Member
hello again,
can you explain more about " I am getting a white line showing up under the menu bar " in your another topic that you said ? thanks. |
11 years ago
joshseacat
Member
Hi! Thanks so much for your help so far. I would like to send you a few dollars, what is your paypal address?
The white line can be seen on my web page: www.killtheshave.com it is right under the main menu and looks to be only about a pixel high. Can you also help get the post title closer to the post content? See webpage for example. THANKS! |
11 years ago
m3
Member
Hello.
sincerely i can't see any white line under the main menu. can you put a picture and determine the area that is your problem ? you can even upload it in your Site in WordPress Admin sidebar. About post caption and post body: i've made some good changes to your site for better design. i will all of them for you. please tell me about your idea after testing. First Step ( change Caption position to fix its position with post body ): Open Style.css in your Theme directory with notepad or some editor, Find ->
Or line 125 in Style.css, and set padding to 0px; so the code should be like this after setting up:
On padding should change. Ok, for 2th step lets make post caption closer to post body: Find ->
Or line 130 in Style.css, change the margin property to this:
so the code should be like this after setting up:
ok, for final step lets make post caption bigger to make visitor's concern more to your posts title or when they want to find a specific post in main page it's best machine ( if they ignore the search menu ): Find ->
or line 51 in Style.css, and change font-size property to bigger size. i set it to 30px; so the code should be like this:
hope helped, Have fun! |
11 years ago
joshseacat
Member
Thanks!!! Everything you put in your post worked, I really appreciate your help. I have uploaded an image via a blog post on my website that shows the white line I am talking about.
Thanks again! |
11 years ago
m3
Member
Hello again,
I have no problem with FireFox, Internet Explorer, Chrome. I can't see any white line under main menu with these major browsers. so please tell me about your browser name, i will fix it. |
11 years ago
joshseacat
Member
Hi, my browser is safari.
Thanks! |
11 years ago
joshseacat
Member
Also, I do see it in Chrome as well. I am on a Mac, would that have anything to do with it?
|
11 years ago
joshseacat
Member
Hello, I have found the fix for this. I sincerely appreciate your help on my topics.
|
11 years ago
joshseacat
Member
Hey Fella, I had another question that maybe you could help me with. I really do not want the blog posts to show up on the home page, only under the "blog" section. How can I do this?
thanks! |
Leave a reply
Search by forum
SMThemes.com Support
-
Categories
- Framework
- Themes
- Affiliate Company
- Sponsorship Useful pages
- How to start using our themes
- Contacts