Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of Wordpress, usually via Themes

learn more… | top users | synonyms

0
votes
1answer
31 views

Multiple pages on one with different HTML

I am a bit confused on how this may be achieved. I have a website that I have coded already with static HTML/CSS and I am trying to incorporate it into wordpress. The challenge though is that the ...
0
votes
0answers
15 views

I have a complicated loop query, that I want to output into grids

The code below loops taxonomies, then loops posts within each taxonomy. I would like each taxonomy group put into a CSS grid column. How do I get this into grid rows correctly? <?php ...
0
votes
0answers
4 views

Icomoon show up weird after 9 fonts? [migrated]

I'm using Icomoon for my site. It shows up correctly for the first 9 fonts. Here's my code (CSS): @font-face { font-family: 'icomoon'; src:url('font/icomoon.eot'); ...
0
votes
0answers
16 views

Changing Style of Inputs in Admin

I think that I am missing something... I am trying to customize the look and feel of the admin section of my site. A lot of my style are working as expected, but when I try to change the height of ...
-1
votes
1answer
13 views

Rollover button doesn't appear in sidebar [closed]

For some reason, I can't add a PayPal donate button to the sidebar of my website. I've been using CSS to create a rollover effect, and while it's worked on a static page of my site: ...
-2
votes
0answers
20 views

How can I create a simple/editable window/area on my homepage? [closed]

I have been on more than 4 wordpress theme/plugin related forums to try and find a solution for my request. I am building a jumbo mortgage website with WordPress. I need an ultra simple homepage ...
0
votes
2answers
39 views

Disable CSS for IE 8 and earlier.

I am trying to find a way to disable the twenty twelve stylesheet for anything in IE 8 or less. Is there a conditional code that I can put in my functions php file that will enable the default ...
0
votes
1answer
35 views

Is there a common structure for a wordpress formular?

I am working on a plugin for wordpress and was wondering if there is any common standard for the html and css structure and naming which I should use if I create a html form? so is there a definition ...
0
votes
0answers
8 views

blog menu highlighted when bbress topic clicked?

as the title says when I click a forum topic in my local wordpress the link acknowledges the request but when the page is returned the blog menu is highlighted not the forum menu, code is standard and ...
0
votes
2answers
47 views

wp enqueue style and style sheet depth

How could I add a style sheet at the bottom of the <head> tag, so if there´s a need to override some other styles added before, it will override. I heard something about wp_enqueue_style, and ...
1
vote
1answer
22 views

Add a custom stylesheet for BlackBerry

I want a little help loading a custom stylesheet in wordpress. I'm using PHP to check if the user agent is BlackBerry. If yes, I want to load blackberry.css, if no, regular wordpress style.css. ...
0
votes
0answers
23 views

WP_Nav Highlight Parent Issue

I'm trying to figure out how to highlight the parent nav of a page and becoming stuck. I've seen something like this : <li <?php if(is_page('services')) { echo 'class="current_page_item"'; } ...
1
vote
1answer
34 views

WordPress CSS doesn't update

I've got a new WordPress website that I'm testing that hasn't been updating properly when CSS styles are updated over FTP. I haven't got a cache plugin and I have cleared my browser cache and have ...
-1
votes
0answers
20 views

Using jQuery to modify CSS: Not Working Consistently [closed]

I am building a custom child theme built on the Genesis Framework and I am enqueueing a jQuery script that calculates image bottom margin based on the height of the image (only in the “diary” ...
-2
votes
1answer
29 views

How do i display Genesis Featured post thumbnails inline [closed]

I'm using a Youtube plugin and need to display the gallery inline
-1
votes
1answer
19 views

Targeting a CSS class for a custom post type? [closed]

So I have a client site that has a custom post type called "Listings." It's a real estate site so the Listings custom post type are for, get ready, real estate listings. These posts do not have ...
2
votes
1answer
31 views

How to highlight the current page in the nav menu?

I'm customizing a WordPress theme for my school, and I'm a bit annoyed by the fact that the current page in the nav menu is not indicated. For example: You can clearly see that I'm hovering over a ...
-3
votes
0answers
18 views

Second column in header.php, tried with table not working [closed]

I know I'm going to be told not to use tables, to use CSS. I can edit CSS okay, but I'm no good at writing it from scratch, I just wanted a quick solution to get this scroller plugin in my header to ...
6
votes
4answers
182 views

How to Handle CSS Organization

I notice not many people have downloaded the plugin Combine CSS. Without it, I don't know of a better way to automatically combine CSS files. I was wondering, are 99% of the developers using ...
-1
votes
1answer
39 views

Why there is a gap between <UL> and it's container (A drop down menu in wordpress) [closed]

This drop down menu works well in HTML but when i move it to wordpress template, there is a gap between and it's container (.menu-top-container). when the mouse on the menu you will find the gap. ...
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. ...
-3
votes
0answers
19 views

When updating CSS file, text size & centering won't work in CHROME [closed]

When updating the text size and centering it in my main CSS file, it works perfectly in IE and FF but no matter what changes I make, the don't appear in Chrome. Is there anything I need to add to the ...
0
votes
1answer
45 views

Override WordPress Widget CSS Classes?

I'm attempting to style lists in the sidebar (you know, <ul><li>) and I'm curious how to also make widgets adopt this class. Each widget seems to have its own class assigned to it by ...
0
votes
0answers
7 views

Load PHP/CSS file Externally [duplicate]

When building a theme, I'm using internal css code in the header.php file to change the options as needed. All other css is loaded externally. Here is an example of the code: <style ...
0
votes
1answer
37 views

adding navigation to genesis themes

i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
0
votes
1answer
15 views

Multisite domain mapping breaks CSS

I have set up a multisite (sub directories) and all my plugins/CSS was working fine. Then I added domain mapping and managed to point a domain example.com to a site ID 4. All still working fine. ...
0
votes
1answer
39 views

Contact form 7 Plugin

http://www.tahititravel.com.au/site/thepage/ Here I have a form. I am using Contact Form 7 Plugin. I have modified the CSS to suit my Design. But When the form validates my design is ruined How ...
0
votes
0answers
11 views

If user removes section with theme customizer I want it to add padding to footer

I added the ability to the theme customizer for the user to remove a section that is above the footer. The issue is when the section is removed it is causing the links in my footer to move up. How ...
0
votes
1answer
44 views

Using page-id-{ID} from body_class() in local dev, versus live staging

Not sure this is a question suitable for this forum, but I'll try: I think it is pretty convenient targeting elements in css/jQuery for a specific page by using the page-id-{ID} generated by ...
0
votes
0answers
30 views

How to change the font size of title of the slider in extensio template? [closed]

I am currently working on my website in wordpress. I use the theme template called "extensio". I would like to change font size of the title in the slider but I cannot find out any settings for it. ...
-2
votes
0answers
39 views

Dynamic CSS in WordPress [closed]

In a dynamic stylesheet, I have some styles that look like this: #block1{ left: <?php $left = rand(1, 600); echo $left; ?>; top: <?php $top = rand(1, 600); echo $top; ?>; ...
0
votes
4answers
43 views

contact 7 plugin stops some pages from working properly

I started to use contact 7 plugin and I'm having a slider and some effects on other images when i activate the plugin they stop working this is the web page http://www.digitalways.com.sa/ I ...
0
votes
0answers
12 views

Using dynamic css in wordpress [duplicate]

I'm relatively new to coding. I've created a website for myself using wordpress as a platform, and am trying to use a dynamic css page to randomize certain styles. Wondering if I'm missing something ...
0
votes
1answer
31 views

Plugins not showing up for custom template

I'm customizing the index.php page. I've customized my header.php and footer.php and created the styles for both things. My main index.php page has: <?php /* Template Name: Main */ ?> ...
-1
votes
0answers
42 views

Vertical Align of DIV elements [closed]

Using the code below to have 3 divs with various widths next to each other... problem is that for second and third div - the elements are not vertically aligned to top. Feel free to fiddle: ...
0
votes
1answer
30 views

Best practice when modifying plugins CSS [duplicate]

If i need to change CSS for a plugin, should i place the modified declarations with the plugins classes in my child themes style.css file or modify the plugins style sheet directly?
1
vote
1answer
38 views

Add a class to post title if a link ends with a certain extension

I am using a Page Links To plugin that allows me to link the post title to an external web page, rather than to the content of the post. And I link some of the post titles to external pages, and ...
-1
votes
0answers
33 views

W3 Total Cache css caching

On my website, I'm using this plugin as in title. Sometimes, I see the page without loaded css styles. What I'm doing wrong with this plugin? I have minify on css enabled. What settings should I dump ...
0
votes
0answers
79 views

Menu li on hover reveals a Div styled with CSS special effects like transform shapes gradients or a background image

I was asked to make this a more obvious WP question, sorry. It is about the WP NAV MENU I think... Is there a way to have every menu item get listed and have a div correspond to it that is within the ...
0
votes
1answer
34 views

CSS Styling for a Page/ Site made with Pagelines

I know how to change the HTML of page inside wordpress but for some reason I can't find the CSS for the page I'm looking for. I can find a huge amount of code made by Pagelines(Is it in there?). The ...
-1
votes
1answer
49 views

How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]

I'm currently working on building this site: http://2013.whitehallrow.com/ I would like to centre the menu items so that there isn't the large gap after "Row Club" on the right. I've tried to locate ...
0
votes
0answers
31 views

Cant get theme to change footer color through theme customizer

I am having an issue trying to configure the theme I am working on to allow the footer color to be changed. So far all of my other options work so I am geussing it is an issue with the way I am ...
4
votes
1answer
125 views

How to enqueue style before style.css

How do I enqueue a .css file before style.css is loaded? Or make the default style.css dependant on another .css file? I'm trying to load a .css reset, which style.css would overwrite. Here's what I ...
-1
votes
1answer
29 views

Image width issue in IE [closed]

For some reason images are being displayed as a thin line in IE 8 and earlier and i cannot work out why this could be. I'm using CSS to re-size the images for the homepage, the reason for me using CSS ...
0
votes
1answer
61 views

individual images as navigation design TwentyTen

I can't figure out a solution for changing the black bar in Twenty Ten to individual background images behind each link. Using an image I created in Photoshop I have tried changing a few things in the ...
0
votes
0answers
48 views

Waterfall Flow Style, the new loading post can't get style

I try to create a Waterfall Flow Style theme, i use "Infinite Scroll" plugin can infinite load new posts when you scroll down the page. then i use DIV wrap the whole post and float left, it works ...
0
votes
0answers
58 views

Line break - ever-confusing in new editor

I can see this issue has been discussed at length but I'm still struggling to find a solution. I'm trying to get reasonable spacing between paragraphs Between first two paragraphs, I'm using one line ...
0
votes
0answers
26 views

Unregister default admin styles from specific admin page

I'm trying the following code in theme's function.php: function mypage_remove_scripts() { wp_deregister_style( 'wp-admin' ); } add_action( 'mypage', 'mypage_remove_scripts' ); But that doesn't ...
0
votes
1answer
41 views

Ordering stylesheet above <style> using functions.php

I'm loading a stylesheet and a style into the header using functions.php. This works but the stylesheet is being presented below the <style>. I need to order the stylesheet above the style ...
0
votes
0answers
43 views

wp_register_script stops wp_enqueue_style working

Ambiguous title, yes. Sorry. I am using the roots framework to register scripts and stylesheets. When I include the wp_enqueue_script('main_js'); my style sheets come out as <style media="" ...

1 2 3 4 5 12