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

-2
votes
0answers
13 views

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

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
32 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
0answers
14 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
11 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
26 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
38 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
25 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
33 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
37 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
11 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
24 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
31 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
25 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 2 3 4 5 37
15 30 50 per page