Tagged Questions
-1
votes
1answer
46 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 ...
2
votes
1answer
37 views
Handling URLs in WordPress application
We have a web application that we run inside of WordPress in order take advantage of WordPress's authentication. To make this work, we created a template type for our application that simply includes ...
0
votes
2answers
169 views
trouble with page_id & highlighting current page
I'm using the below code to highlight the page name/gallery shown when the corresponding link is clicked on. My challenge is that regardless of what link I click, only the very first ...
1
vote
1answer
122 views
Style category link depending on category ID
I want to style a link depending on its ID, for instance, if the category ID is 2, then I want the link to be pink. My theme calls the category like this:
<?php if (in_array('categories', ...
1
vote
1answer
367 views
Get Stylesheet To Showup in WP Admin Panel Editor
So I have a css file that is called blue.css and a universal one called style.css I have a few css colors inside a /css folder. How do I get all those css files to show up in my Admin panel editor?
-1
votes
1answer
2k views
Add “sub-nav” class to a sub menu parent item
i have a problem. I have an CSS Dropdown Menu. The HTML Code of the is this:
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a ...
-1
votes
3answers
706 views
Stop underlining image links
One my widget bar, I have an image which is hyperlinked. The problem is that CSS underlines it. How do I remove the underline?
Update:
Just noticed that this is what is causing the underline:
}
...