Forum Replies Created
-
Well, not many hour ago ๐
On my site Im using the indent button in WordPress post Editor :))
(My videos is 480px wide)
Kim
Well, the funny part here is that WordPress text editors isnt wery good.
Beside Graphene Theme text & typo editor here:
http://contradiccionesdelabiblia.com/wp-admin/themes.php?page=graphene_options&tab=display
Wise men told me to use CSS for the groups & parts I want to change. And finding these CSS codes I use Firebug (Firefox addin) where You can right+click at any text or part of wordpress and change/insert/test You ideas before aprove in your Child Theme: style.css
(Never change WordPress Themes core files, like style.css – “why?” Changes will be overwritten when You update ANY WordPress Theme ๐
Then again: My Advice – Your Choice
Kim
Hi Priscilla
Well, lets look at the slider first ๐
I have tried to describe slider change here:
https://forum.graphene-theme.com/topic/my-graphene-slider-picture-setup
Kim
Hi
Nice one ๐
Then again I like to know, are You talking Graphene 1.3b:
http://graphene.googlecode.com/svn/trunk/graphene/changelog.txt
Kim
Please, allow me one opinion. I think the standard font ariel 12/20px isnt nice & readable.
Right now Your text size & font in posts is:
.entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
color: #2C2B2B;
font: 12px/20px arial;
}Here is a great tool showing CSS text code: http://csstypeset.com/
My opinion, Your choice ๐
Edit: Best advice You will get before digging to deep in Theme Core files:
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme#post-54
Kim
Okay, this time You did it right.
I dont think You can get the margin closer than 0px ๐
Edit: Try refresh Your browser, it looks okay from my Firefox ๐
Kim
Try insert code exactly ๐
.entry-content img, .child-page img {
border: 0px;
margin: 0px;
}Kim
Hi
Try insert this in Custom CSS or Child Theme: style.css
.entry-content img, .child-page img {
border: 0px;
margin: 0px;
}Kim
Hi Vaibhav
Where do You insert: <font size=6>Facts on Emerald
As I told You 4 weeks ago only change your fonts in one place!
And I think its best to control fonts with css code in your child theme: style.css
Just checked your site again: Your post title’s in css is 18px arial
I think You might have some wrong code placed!
Kim
In reply to: HELP- want to change header title in image and put at bottom instead of top
May 20, 2011 at 3:22 am #14165Hi
My adwise is to make Your Header in Photoshop or any software You like, and then link the header to Frontpage here in Header Display Option: http://www.blog.caprig.com/wp-admin/themes.php?page=graphene_options&tab=display
Please read the first post here:
https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme#post-54
Kim
