Phoca Gweld - Change Background

Phoca Templates - templates for Joomla! CMS
dany-hung
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 16 Mar 2015, 08:18

Phoca Gweld - Change Background

Post 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 .
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gweld - Change Background

Post by Jan »

Hi, I think, the best method is to do it per CSS changes :idea:

Jan
If you find Phoca extensions useful, please support the project
dany-hung
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 16 Mar 2015, 08:18

Re: Phoca Gweld - Change Background

Post 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.
dany-hung
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 16 Mar 2015, 08:18

Re: Phoca Gweld - Change Background

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gweld - Change Background

Post 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
If you find Phoca extensions useful, please support the project
dany-hung
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 16 Mar 2015, 08:18

Re: Phoca Gweld - Change Background

Post by dany-hung »

Dear Jan

Thank you very much.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gweld - Change Background

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply