Page 1 of 1

Phoca Gweld - Change Background

Posted: 16 Mar 2015, 09:05
by dany-hung
I use Joomla 3.4 and Phoca Gweld v1.0.2.

I want to change the background of logo position ,and the background of home page featured article.
I did't find any problems with my same problems of topisc , so i don't know how to do .

Please tell me how to do it. Thank you .

Re: Phoca Gweld - Change Background

Posted: 21 Mar 2015, 19:05
by Jan
Hi, I think, the best method is to do it per CSS changes :idea:

Jan

Re: Phoca Gweld - Change Background

Posted: 23 Mar 2015, 05:32
by dany-hung
Dear Jan ,

Sorry, i'm not a professional. I don't know which css file i need to modified.
Please give me some suggestions. Thank you so much.

If you have any tips for the solution , please let me know.

Re: Phoca Gweld - Change Background

Posted: 26 Mar 2015, 08:02
by dany-hung
Dear Jan,

I know how to customize the background of logo position now.
I find the css file (templates\phoca_gweld\css\template.css) , and add some codeļ¼š

.phoca-header {
background-image: url(bg.gif);
background-repeat: repeat-x;
color: #fff;
}

Now i want to modify the position-2 width , but i don't know how to do.
Please tell me how to do it. Thank you.

Re: Phoca Gweld - Change Background

Posted: 26 Mar 2015, 22:04
by Jan
Hi, the position you can find in the index.php

template/phoca_gweld/index.php - there you can see which class it has and such class you can edit in the CSS :idea:

Jan

Re: Phoca Gweld - Change Background

Posted: 13 Apr 2015, 11:09
by dany-hung
Dear Jan

Thank you very much.

Re: Phoca Gweld - Change Background

Posted: 15 Apr 2015, 23:07
by Jan
Ok