Hello, how can I change the color so that everything appears to have a black background?
Pages, posts, etc.
I see the option to change the “background” color (Theme Panel > Theme Color), but within the body all content seems to be placed on top a white background.
Also, it appears the bottom portion of my logo is cropped in mobile. Is this normal? Is there a setting I can adjust to prevent this from happening?
Thank you,
-
This topic was modified 11 years by
msproductions.
Hi,
Unfortunately theme doesn’t have an option to change the content background. You can do this via custom css in Theme Panel > Custom Css: http://screencast.com/t/QVZNKNstYy but have to do more customizations there for example in post page few elements have a different background and you need to change it also with css code- http://screencast.com/t/Z4r2sAQco6T
Also some widget text color(if you need another color) have to be changed as you can see – http://screencast.com/t/o4buIRkx7
You will need custom work for this and if you don’t have css/html experience I suggest to hire a professional to do this for you as we cannot offer custom work for the moment, sorry.
About you issue with logo issue please provide more details and your site url so we can take a look.
Thanks!
Thank you for the prompt response.
I’ve set it up on this website as a test http://www.NYCclubsandlounges.com
The logo here on mobile has it’s top portion overlap the Top Ad.
The one I’m concerned about is http://www.MSproductions.com but do to it’s traffic I don’t have it live during the day as I work on it over night to reduce downtime for visitors.
The bottom portion of the logo gets cropped off a bit and I’ve made the images within the exact dimensions requested by the theme.
Hi,
What theme version do you use? As I have checked this with your logo and did not found any issues – http://screencast.com/t/6ZeFHKl3Fa
The latest theme is 4.6.3 and the latest version of Visual Composer tested with the theme. Please use this guide if you need to update (FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the theme’s plugins that come with the theme’s files from /plugins folder.
You can try this custom css if you don’t want to update the theme – http://screencast.com/t/TFLiNWd0
@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
top: 0 !important;
}
}
Thanks!