0
votes
0answers
28 views

Paragraph indent in search [closed]

I'm styling a search results page in TwentyTwelve-based theme, and for some mysterious reason certain paragraphs in search results appear indented, while others display without any indentation. ...
-1
votes
1answer
88 views

CSS styling not working in a custom metabox

I have some difficulies styling Meta Box content of a custom post. No CSS styling is applied. I made a really simple testbased on what I have read on the other post here. metabox creation: ...
0
votes
0answers
143 views

italics / bold not working in posts/pages [closed]

so as the thread header says the bold, italics arent working in my posts. The thing is that, YES i have them being reset in a CSSRESET file but i manually removed the "Strong" and the "em" tags from ...
0
votes
2answers
93 views

customize continue reading

This is the code of continue reading in function.php <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?> It has a class which ...
0
votes
0answers
159 views

List Category Posts styling [closed]

I want to style my posts so that they are formatted like this: 1 2 3 4 5 6 7 8 . . . I have tried creating a li class name (.the-listing), tried the ul class .lcp_catlist, the content class ...
2
votes
2answers
315 views

How to implement different color schemes in your themes

This question is for theme developers. I know how to use the settings API to gather input data, but I was wondering what's the best way include the styles. Let's say you have 4-5 versions of the ...
0
votes
2answers
215 views

styles/default.css in markup, where does it come from? [closed]

I have the following line under the head tag but I don't have the file styles/default.css in my theme and consequently get a loading error in browsers. I'd like to eliminate this line but I don't know ...
2
votes
2answers
187 views

Sanitize User Entered CSS

Does anyone have any idea how to sanitize CSS entered via user input? I am concerned about cross-site scripting via CSS. I am using wp_filter_kses to clean up user entered HTML, but I need a like ...
1
vote
1answer
248 views

How to override my plugin's php classes with duplicates that are in my child theme folder

I have a child theme in wordpress and one of the plugins I am using is called jigoshop. I made a copy of a few php classes from the plugin and placed them in my child theme folder. I want these ...
0
votes
2answers
87 views

Locally change the font family [closed]

I'm using the standard Wordpress theme (WordPress Default 1.6 by Michael Heilemann). The standard font for my articles is a sans-serif font. I'd like to display, for a sentence only, a serif font ...
0
votes
1answer
248 views

How to make widgetized footer styles be inherited from body?

I'm making a WordPress site using the Thesis framework. It has a widgetized footer area. I expect to be changing all the font styles frequently and don't want to have to change them in a few places ...
0
votes
1answer
358 views

New wp menu menu styling

Ok ,i am not a great fan of the menu of WP, but now it manage this inside pretty ok, i have to make theme that use that menu. Now for styling i am a bit challenge... here is the problem... the menu ...