vladanre
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Ok great! I know how to make GIF’s in PS. How do I upload it to my web browser? You mean Firefox or Chrome? Never had experience with it before..
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Thanks Michael for your patience, sending good karma your way!
“as long as you can create a new image yourself. All you need to do is create a new .gif image with the gradient and colours that you want that is the same file name as the current image, then upload that over the top of where the current image is”
1. What program/web site can I use to create the image?
2. Assuming I create with the same file name “url(images/feature-top-bg.gif)” do I just store it on my desktop?Please elaborate! :))
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Ok, so after some trial and error, I need to change the .gif fine in this line:
background: #134600 url(images/feature-top-bg.gif) bottom center no-repeat;
The #13460 refers to the green I want to lose, and the “url(images/feature-top-bg.gif)” is what’s giving it the pop shading effect. What does url(images/feature-top-bg.gif) mean? is it an address for a green .gif file??
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Ok I figured it out.. Sort of..
I changed the line:
background: #134600 url(images/feature-top-bg.gif) bottom center no-repeat;
to:
background: #563433 bottom center no-repeat;
and the result was a change in color, and the text was still there. The problem is that I’ve lost the 3D shading effect on the bottom. I’m assuming that the shading effect was created by the .gif which sits on top of a blank back ground.
So how do I import a different color .gif to my specs?
Or not?
I have no idea.
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Here’s what it looks like now:
#feature-top,
#feature-bottom {
width: 100%;
background: #134600 url(images/feature-top-bg.gif) bottom center no-repeat;
color: #FFF;
float: left;
margin: 0px; padding: 0px 0px 10px 0px;
overflow: hidden;Does differ than what you have?
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!I tried that too! Took off the image and just left the color code and it went blank.. it looked like this:
“background: #134600”
Then when I went to check the outcome, the site just had a blank bar running across where the green and testimonial text once was..
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Ok I edited the existing:
“background: #134600 url(images/feature-top-bg.gif) bottom center no-repeat;”
to:
“background: #FF000;”
I saved the file and when I went to the page the whole green bar with the testimonial was gone! Thankfully I saved the original line in my note pad and I was able to reverse the problem! 🙂
Still need solution..
The line “#134600 url(images/feature-top-bg.gif) bottom center no-repeat; “,
134600 refers to the green color I am trying to change. However, when I changed the number to a number off the color wheel and saved the file, the changes did not reflect on the site, it was still green!
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Michael,
If I change the existing to “background: #FF000”, will it alter the Testimonial text that’s currently in there? I’d like to keep the text, just change the background color..
Another link to see what I’m talking about (Green bar across the site towards the top):
http://realestatewestlosangeles.com/
Thanks! 🙂
Forum: Fixing WordPress
In reply to: Hi All! New guy here with an edit question!Hi Christine!
Thank you for the response. The widget headlines are blue and those I want to keep. WHat I wanted to change was the green side by side widget toward the top of my landing page. The one that has the two testimonials.
Let me know please if you have a solution! 🙂