- This topic has 5 replies, 3 voices, and was last updated 16 years, 7 months ago by
imported_Ryan.
-
AuthorPosts
-
March 16, 2009 at 2:54 am #700
ttiefenbach
Member[b:12zkll7n]* Where is your CSS?[/b:12zkll7n] style.css
[b:12zkll7n]* What modifications have you made to the CSS?[/b:12zkll7n] made it red
[b:12zkll7n]* What browsers are you having problems with?[/b:12zkll7n] Firefox
[b:12zkll7n]* What is the URL for your site?[/b:12zkll7n] http://www.kristenweaverblog.com[/url:12zkll7n%5DI’m having trouble having the menu display as anything other than the default CSS of blue. I used the generator to make it red just to test it. Pasted the CSS into the style.css but it remains blue. I placed this in the header.php file:
<?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>Help?
March 16, 2009 at 7:38 am #5702imported_Ryan
MemberHi,
The plugin has a built in stylesheet, you don’t need to put the CSS into a style.css file. I assume what is happening is that the built in stylesheet is overiding your themes stylesheet where (I assume) you put the new red CSS.March 16, 2009 at 1:56 pm #5703emunication
MemberI was also editing code in my WP theme styles.css and wondered why nothing happend.
How do I disable the built in style.php to load CSS from style.css?
Or, how do I change the CSS that style.php generates?Thanx!
March 16, 2009 at 8:02 pm #5704ttiefenbach
Member"Ryan" wrote:Hi,
The plugin has a built in stylesheet, you don’t need to put the CSS into a style.css file. I assume what is happening is that the built in stylesheet is overiding your themes stylesheet where (I assume) you put the new red CSS.Do I paste the custom CSS in style.php? If so, where? There isn’t anything to override in there so I didn’t want to edit it.
March 17, 2009 at 8:20 am #5705emunication
MemberHey ttiefenbach and Ryan. I think I found the solution to my problem. I was looking for plug-in settings under the Plug-in menu in my WordPress dashboard. But it was under Settings and then Multi Level Navigation. This is the first time I use a plugin in WordPress and thus my mistake. All the best!
March 18, 2009 at 7:14 am #5706imported_Ryan
Member@ttiefenbach – The style.php file is generated by the plugin itself, you don’t want to edit that file directly. If you enter CSS into your the plugins settings page (where emunication found it) then that CSS will show up automatically in the style.php file.
Basically … either enter your CSS into the plugins settings page, or edit your themes stylesheet, but don’t go doing both as one will override the other.
-
AuthorPosts
- You must be logged in to reply to this topic.