interack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Child Themeokay I changed the color it appear for a moment then I tried to add another changer and nothing works again please look at code and tell me what is wrong. I’m new at this but trying to learn fast.
Theme Name: interack website
Description: child of responsive theme for interack website
Author: Joe Isaac
Template: responsive(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../responsive/style.css”);
.top-menu li a {
border-left: 1px solid #ccc;
color: #fffff;
font-size: 13px;
padding: 0 4px 0 8px;
}
.sub-header-menu a {
color: #0511FA;
}Forum: Fixing WordPress
In reply to: Child ThemeOkay, I deleted the child and used a plugin to create one. this is what I have in the style sheet but it hasn’t made any change to the website. Is it correct if it is then where does my problem lie maybe.
/*
Theme Name: interack website
Description: child of responsive theme for interack website
Author: Joe Isaac
Template: responsive(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../responsive/style.css”);
.top-menu li a {
border-left: 1px solid #ccc;
color: #fff;
font-size: 13px;
padding: 0 4px 0 8px;
}Forum: Fixing WordPress
In reply to: How to get CSS changes to take effectI understand you shouldn’t modify the original theme css sheet because you will lose your modifications with future updates. So we create a child and make our changes there. What I don’t understand is why don’t changes I make to the original theme CSS file take effect on the website as I tried this just to verify if I was modifying the correct file. I changed one color code as discussed above and cleared my cache and had no effect on the published website. My logic makes me think something else is wrong your thoughts.
joe
Forum: Fixing WordPress
In reply to: How to get CSS changes to take effectOkay I deleted the entire responsive child and going to start over. Any pointers before i start
Forum: Fixing WordPress
In reply to: How to get CSS changes to take effectOkay, I tried that and it doesn’t take effect on the website. I’m using Mozilla with firebug to identify the code. it appears as you posted earlier but doesn’t take effect. I even went into the actual theme css file changed that one color code updated and see no change so I then changed back. I’m confused. This is the only code in the child style sheet right now. Is it correct should it change the text color of the menu
/*
Theme Name: Responsive Child
Author: Joe Isaac
Template: responsive
*/@import url(“../responsive/style.css”);
.menu a {
color: 1dfa05;
}Forum: Fixing WordPress
In reply to: How to get CSS changes to take effectI want to change the theme elements colors etc. how do I do that just give one example of how to write for say the header menu text color change
Forum: Fixing WordPress
In reply to: How to get CSS changes to take effectokay I did that now how do I make changes I can’t write code from scratch I just want to change a color code or font size
Forum: Fixing WordPress
In reply to: I have a fatal errorOkay I have that fixed now. I still can’t get the changes that I make in the CSS sheet under the child theme take effect in the real world. Please advise your thoughts all I want to do is change some colors and fonts.
Forum: Fixing WordPress
In reply to: I have a fatal errorOkay I think I have it fixed and I’m able to get in now. The only thing that is still wrong is the editor function of the dashboard. give me the same fatal error if i click on the editor button