Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterHi
Try the following CSS into “Oldcar options > custom code > css code”
@media (max-width: 1349px){ #sidebar .logo a {background-size:100% auto;} }FocuxTheme Support
KeymasterHi
I think it’s nothing to do with WP3.8, my demo site is also based on WP3.8,
I was thought that maybe it’s caused by a certain plugin, because when I checked your website with developer tool on chrome, I found the following javascript errors, but they are not from the theme files.Uncaught TypeError: Cannot read property 'document' of undefined fb1116178576adb23a83c14adeb6bb4bb4a3e8ca.js:1 Failed to load resource http://stats.wordpress.com/e-201301.js Uncaught ReferenceError: st_go is not defined
So, you can try to disative the plugins one by one until it’s normal, then you will know which plugin caused these errors.
Thanks
FocuxTheme Support
KeymasterHi
Sorry for the delay..
I checked your website, it seems fine, just post my screenshot, is it different on your computer?You must have valid license to access this content.FocuxTheme Support
KeymasterIt’s a customization issue. Generally, you can add the following CSS into “OldCar options > Custom codes > CSS code” for change the body background.
body{background: YOUR COLOR;}And for change the the headers in the left sidebar, you can use the following CSS
#sidebar h2{color: YOUR COLOR;} -
AuthorPosts
