Title: new theme needs some modifying
Last modified: August 18, 2016

---

# new theme needs some modifying

 *  [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/)
 * Good day all , i have “black in black” theme
 * who can help me with it ?

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/2/?output_format=md)

 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344550)
 * Hmmm, what do you want to do? and mabye you would like to give us a url to youre
   side.
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344552)
 * red-star, theme is “black in black”
    from this site [http://www.eretzvaju.org](http://www.eretzvaju.org)
 * —> Here is the theme that i choosed for my site
 * [http://t37.net/back-in-black](http://t37.net/back-in-black)
 * i need to enlarge the font and to change it from white to gray
 * and i’d like to change its width to smaller size
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344554)
 * You can find youre font in youre css file
    /* Typographie et couleurs */
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344555)
 * its not listed in the style.css !
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344556)
 * I have just been looking at youre ccs and took the /* Typographie et couleurs*/
   from there.
 * Mabye I misunderstand youre question
 * #page to change the width
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344557)
 * Well my question is that i have that theme installed in my site .. but i dont
   like the size of that font so i need to make large .. and i want to change the
   color of it from white to gray
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344558)
 * Ok, in my humble opinion its there, but i could be wrong of course.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344560)
 * You should find the font declarations in the style.css file probably in the .
   post or .entry class. I’m not familiar with that theme, but all of the typography
   will be in the style.css file, you just have to look for things labeled “font-
   size”.
 * The color will be handled by “color:#whatever” lines. You could start with the
   one probably in the body declaration. You might have to look at some of the information
   in the codex about the css for wp themes. This is the only link I have handy 
   right now, and I can’t get codex to load for me at the moment: [Blog_Design_and_Layout](http://codex.wordpress.org/Blog_Design_and_Layout)
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344561)
 * This is the whole style.css file :
 * [MODERATED: don’t post long code here! Please use [http://pastebin.com](http://pastebin.com),
   then post the link you are given here!]
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344563)
 * #main to change the widht
    And if Im correct #body to change the rest you want.
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344565)
 * He’s wanting the font itself to be white, and a larger size. And that’s handled
   in the refs I gave above….
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344567)
 * Ok, but what does this mean
 * // need to enlarge the font and to change it from white to gray
 * and i’d like to change its width to smaller size //
 * He wants his font from white to gray, and he can do this in the body.
 * in the main declaration he can change the widht I thougt
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344569)
 * Ack. Smaller not larger, then. I may have been remembering his other post about
   this where he wanted font size tweaks too…. And sometimes the post font color
   isn’t covered by the body font color declaration, just depends on theme.
 *  Thread Starter [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * (@ginoxy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344573)
 * its not working cannot find the code there ! its not changing btw
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/#post-344574)
 * No harm done vkaryl. Im half sleeping anyway because of fighting to get my search
   form the way its working now.
 * So I thougt I whas mis understanding a few things, but I know now what you mean
   because he has been asking about things like that before.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/2/?output_format=md)

The topic ‘new theme needs some modifying’ is closed to new replies.

 * 37 replies
 * 5 participants
 * Last reply from: [ginoxy](https://wordpress.org/support/users/ginoxy/)
 * Last activity: [20 years, 4 months ago](https://wordpress.org/support/topic/new-theme-needs-some-modifying/page/3/#post-344801)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
