deandwyer 0 Report post Posted March 23, 2011 So I was am trying to change the font colour in my nav menu and twitter feed at the bottom of each page. Was able to do it in firebug when I access this code... .tcolor3, .lcolor3 a, .main_nav li a, .widget-title a, h3.widget-title a, #subnav_row li a, .metabar em, .metabar a, .tags, #commentform label, .form-allowed-tags code, .rss-date, #breadcrumb, .reply a, .post-nav a, .post-nav a:visited, .post-footer, .auxilary a, #buddypress-page .standard-form .admin-links a, #twitterbar .content .tbubble, .widget ul.twitter .twitter-item, .cform .emailreqtxt, .cform .reqtxt, #pagination .wp-pagenavi a, #pagination .wp-pagenavi .current, #pagination .wp-pagenavi .extend, .main_nav ul.sf-menu a, .sf-menu a:visited, #featurenav a, #feature-footer span.playpause { color: #white; } When I paste this into the css nothing happens. Any thoughts on what is wrong? I have made other css changes in the past and things worked beautifully. Site: [url=http://www.outsmartyourbodyfat.com] DD Share this post Link to post Share on other sites
deandwyer 0 Report post Posted March 23, 2011 Oh and I have tried things suggested in forum... *activated another theme and re-activated pro *disabled ajax *checked box for dynamic css Changes still don't register :-) Share this post Link to post Share on other sites
Simon 248 Report post Posted March 23, 2011 Dean, here is a link to your dynamic css file : http://www.outsmartyourbodyfat.com/wp-content/uploads/pagelines/dynamic.css if you load it into your browser and scroll to the bottom you will see your custom css is being included. So maybe you have the wrong selector? Share this post Link to post Share on other sites
kgstew 2 Report post Posted March 23, 2011 Hi Dean, You are going to need to pinpoint the class you are trying to color a little more. Trying to apply a color to that string of classes and id's is going to run into some problems. If your changes are not appearing it is because you are not modifying the proper CSS class. In the Nav I would try .main-nav li a and then check the footer css to find a more simple css tag as well. Also in regards to the Nav you may want to take a look at CSS pseudo classes to control how the links work when hovering or active. Cheers, -Kyle Share this post Link to post Share on other sites
blindoff 0 Report post Posted May 18, 2012 Hello i've got the same problem with css update when i've "save option" as wel for custum code, i've tried to change the permissions of dynamic.css to 666 and 777 but nothing change. i'm using wordpress 3.2 and the last plateform pro version. than'ks for the help bastien Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted May 18, 2012 @blindoff Can you create a new topic regarding your issue please and a link to your website too! Please search our forums, before posting! Share this post Link to post Share on other sites
blindoff 0 Report post Posted May 19, 2012 Ok, thank's Share this post Link to post Share on other sites