thanp73 1 Report post Posted February 7, 2012 We have installed the most current Pagelines theme on a test domain with the latest version of Wordpress. After the appropriate changes were made to the css on the test domain, we updated the target domain with the most recent version of both Pagelines and Wordpress. Target domain had platform pro, then this update went to new pagelines 2.1.1 We then moved the custom css over and all necessary images from test to target. settigns and plugins are identical on test and target domains. The problem is that our target domain is acting differently and not calling some of the css. For example, the footer should have a background image that is full width, but on the target domain, it does not show at all. Here is the target domain http://www.annuitystraighttalk.com/ Here is our test domain with the correct styling http://www.l3energy.com/ additionally, I would like to get a phone # or image with tel= tag in the header above the brandnav menu but can not figure out how to do so. Thank you for any help you can offer. Share this post Link to post Share on other sites
catrina 103 Report post Posted February 8, 2012 What CSS are you using? The !important declaration may need to be added. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
thanp73 1 Report post Posted February 8, 2012 what is that how is it used where do i do it the css spans 250 lines Share this post Link to post Share on other sites
catrina 103 Report post Posted February 9, 2012 The !important declaration is used this way: [code]SELECTOR {CSS-ATTRIBUTE: xxx !important;}[/code] For example: [code]div.something {font-size: 12px !important;}[/code] It is placed after the CSS attribute and before the ";" Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites