-
AuthorPosts
-
January 12, 2014 at 5:25 pm #816
I have a problem with the site background. Actually is red, I want to change it with an white one but is not working….I thaught it needs time for changes to appear online but two days are passed and I don’t see any change. Suggestions?
January 12, 2014 at 5:32 pm #8231If you have the following in your child theme then try removing it:
body {
background-color: rgb(216, 2, 2) !important;
background-image: none;
}http://kerioakimaging.com - trying to reopen
http://nail-art-at.kerioak.com - Art and Nail ArtJanuary 12, 2014 at 5:42 pm #8232@christine wrote:
If you have the following in your child theme then try removing it:
body {
background-color: rgb(216, 2, 2) !important;
background-image: none;
}In my editor I have this:
/*SEE styles.css IN THE PARENT THEME
You can over-ride those styles in this child theme.Learn About Child Themes here:
http://codex.wordpress.org/Child_Themes*/
@import url(“../symbiostock/style.css”);
/*YOUR CSS BELOW*/
body{
background-image: url(”);}
.container{
width: 100%;
}But I don’t know why background image because I don’t use an image, it was setted just like color….Strange…Maybe I have to remove this?
January 12, 2014 at 7:49 pm #8233If I load your food site and use chrome’s inspector to change the body background color to white, it works just fine, so add
background-color: white; to the body definition and you should be all set. #ffffff will work as well if you prefer that to using a name
January 12, 2014 at 8:31 pm #8234@joannsnover wrote:
If I load your food site and use chrome’s inspector to change the body background color to white, it works just fine, so add
background-color: white; to the body definition and you should be all set. #ffffff will work as well if you prefer that to using a name
I have added it in Editor:
/*YOUR CSS BELOW*/
body{
background-color: #ffffff;}
.container{
width: 100%;
}Doesn’t work… 🙁 My background remains red.
January 12, 2014 at 8:43 pm #8235Then you’ll have to poke around a bit in the browser’s debug mode to see why that isn’t working. You might try adding !important to the end of the color line (it can sometimes be that other declarations take precedence over yours) first, so see if that’s the issue.
January 12, 2014 at 8:47 pm #8236@joannsnover wrote:
Then you’ll have to poke around a bit in the browser’s debug mode to see why that isn’t working. You might try adding !important to the end of the color line (it can sometimes be that other declarations take precedence over yours) first, so see if that’s the issue.
Thank you JoAnn, I will try to see but I’m not convinced I will discover,,,, I have added !important to the color line but nothing. You know, I think that nothing I write in the editor from admin side is working. Is like I had no rights for writting….
January 12, 2014 at 10:02 pm #8237You could try editing the css file directly (in a text editor) if you think the problem is not the CSS but the editor not handling it.
from your home directory wp-content/themes/symbiostock-dragonfly (for me it could be symbiostock-child for you) and you should find style.css there
January 12, 2014 at 10:22 pm #8238@joannsnover wrote:
You could try editing the css file directly (in a text editor) if you think the problem is not the CSS but the editor not handling it.
from your home directory wp-content/themes/symbiostock-dragonfly (for me it could be symbiostock-child for you) and you should find style.css there
Thank you, I will give a try in ten minutes after I finish to send my images to Shutterstock.
January 12, 2014 at 11:09 pm #8239This is my code in css style of Symbiostock Child Theme in wp_content -> themes:
/*
Theme Name: SYMBIOSTOCK Child
Theme URI: http://www.symbiostock.com/
Description: Child Theme for SYMBIOSTOCK
Author: Leo Blanchette (Change to Your Name)
Author URI: http://www.clipartillustration.com/
Template: symbiostock
Version: 0.1.0
*//*SEE styles.css IN THE PARENT THEME
You can over-ride those styles in this child theme.Learn About Child Themes here:
http://codex.wordpress.org/Child_Themes*/
@import url(“../symbiostock/style.css”);
/*YOUR CSS BELOW*/
body{
background-color: white !important}
.container{
width: 100%;
}But my background is not becoming white. even if I write the white like this #ffffff
Am I writing something not correct?January 13, 2014 at 12:26 am #8240Are you using the home page generator? I think that may be the case and possibly is why you can’t do what you want to via child theme editing – I have only done a little dabbling with that on my test site to help out someone who was trying to make that work.
Take a look at what my browser shows me for your page (and note that somewhere you’ve put in the color white as ffffff as opposed to #ffffff) – click to get the full size version
Your edits are there but are being overridden.
If you are using the home page generator, go to Appearance Customize and select the color you want in the Symbiostock General panel on the left.
January 13, 2014 at 8:20 am #8241Hi Corina, if you are still having problems would you like to give me admin access again and I will have a look and see if I can spot anything?
http://kerioakimaging.com - trying to reopen
http://nail-art-at.kerioak.com - Art and Nail ArtJanuary 13, 2014 at 9:26 am #8242@joannsnover wrote:
Are you using the home page generator? I think that may be the case and possibly is why you can’t do what you want to via child theme editing – I have only done a little dabbling with that on my test site to help out someone who was trying to make that work.
Take a look at what my browser shows me for your page (and note that somewhere you’ve put in the color white as ffffff as opposed to #ffffff) – click to get the full size version
Your edits are there but are being overridden.
If you are using the home page generator, go to Appearance Customize and select the color you want in the Symbiostock General panel on the left.
Thanks JoAnn, is very, very strange…I don’t use Home Page Generated and I checked again everything, I really don’t undertand.
January 13, 2014 at 9:27 am #8243@christine wrote:
Hi Corina, if you are still having problems would you like to give me admin access again and I will have a look and see if I can spot anything?
Thank you so much Christine. Your account is still there. I will give you Admin rights right now.
January 13, 2014 at 12:23 pm #8244Hi Corina – you can take me off again now – you had changed the background in SyXtra settings.
http://kerioakimaging.com - trying to reopen
http://nail-art-at.kerioak.com - Art and Nail Art -
AuthorPosts
You must be logged in to reply to this topic.