batharoy
Forum Replies Created
-
You would have to do it manually. The theme uses images as backgrounds so you would need to copy them out of the themes folders and edit the colors in an image editing application.
You would also need to use css to change any font colors you wanted changed.
If you decide to try this make sure you use a child theme.Forum: Themes and Templates
In reply to: [Tempera] Responsive QuestionYou could use the page id and set the main content to a minimum width. XXX would be your page id number.
.page-id-XXX #main { min-width: 700px; }Forum: Themes and Templates
In reply to: {Theme:Twenty Twelve} Add text above navigationThe link you provided is not a WordPress site.
Forum: Themes and Templates
In reply to: [Theme Pieces] Remove chevron from drown down menu.caret { display: none; }Forum: Themes and Templates
In reply to: [illustrative] How to stretch ContentChild-theme is better IMO.
here’s the link to a stylesheet already setup for a child-theme.
Just create a folder named pachyderm-child in your themes folder, then copy paste this into a style.css.Forum: Themes and Templates
In reply to: images centered in editor not on live postCorrect, the caption is styled by the wp-caption selector which comes after the aligncenter and over rides the aligncenter. And since there both in the same <div> tag the wp-caption styling is applied. Removing margin: 3px will allow the <div> to use the aligncenter styling.
Forum: Themes and Templates
In reply to: [illustrative] How to stretch Content@cameronw1996
The only thing I have changed is the stylesheet. I will post what I have done so far in pastebin.
Which of the 2 will you be using, a child-theme or custom css plugin.Forum: Themes and Templates
In reply to: [This Just In!] Need original style.css for "This Just In" 3.4As you have experienced it’s best not to edit the original stylesheet.
Use a custom css plugin or create a child theme.This is the default setting.
.entry p { margin: 20px 0; }Forum: Themes and Templates
In reply to: [illustrative] How to stretch ContentNeeds work but hopefully you can see it.
http://s30.postimg.org/sic2fkn75/Untitled.pngForum: Themes and Templates
In reply to: [illustrative] How to stretch Contenthttp://wordpress.org/themes/pachyderm
It may not seem like it but it would be very easy to make this theme look like you want. And the author is great at building and supporting themes.
Give me a few hours to whip up a screenshot on my local system.
Forum: Themes and Templates
In reply to: Adding padding to beginning and end of text.widget-area h4 { margin: 10px 0 20px 0; }Values are top, right, bottom, left.
Forum: Themes and Templates
In reply to: [illustrative] How to stretch ContentCan you post a link or screenshot of your current site so I can get an Idea of what to look for?
Forum: Themes and Templates
In reply to: [Twenty Twelve] HELP! My site is now blank!!!Sorry wrong thread
Forum: Themes and Templates
In reply to: [Decode] Contact page alternativeForum: Themes and Templates
In reply to: [This Just In!] Need original style.css for "This Just In" 3.4Download the zip and pull it out.
http://wordpress.org/themes/download/this-just-in.3.4.zip