-
friends.tpl
Hello,
I want to change the background color #FFE2D5 in my friends.php page .
I've tried to change it through friends.tpl.
Nothing change.
Can you tell me in wich tpl I change this background color #FFE2D5 ?
I have the same problem with fvideos.php . Try to change it th rough fvideos.tpl
Nothing happen.
Thanks for your answers.
-
Re: friends.tpl
Did you try changing it through the CSS sheet? Maybe it's there.
I don't use the friends feature on my site(s) so I can't see it. But looking at the friends.tpl in the demo on bizhat it calls mostly classes from the CSS sheet.
I'll look into it a little more on my local server and see if I can get you a more definite response.
-
You need to find out the classes(style) used in the friends.tpl file and findout that in the style.css(templates/css).
but where i can see the color( #ffe2d5 )
-
Re: friends.tpl
What editor do you use? I have DreamWeaver and I can open all the css and templates pages, do a search for the term and all of them will be on a list. Can you do that to find the code you're looking for with your editor? I just tried doing a search of all the .tpl and .css for "FFE2D5" and nothing came up. I'll keep looking.
UPDATE: Nope, nothing for FFE2D5 coming up. I'm thinking the div class for "section bg2" is what you need to change in the CSS (css/style.css). Try that.