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 .
Phoca Gweld - Change Background
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gweld - Change Background
Hi, I think, the best method is to do it per CSS changes
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 16 Mar 2015, 08:18
Re: Phoca Gweld - Change Background
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.
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.
-
- Phoca Newbie
- Posts: 6
- Joined: 16 Mar 2015, 08:18
Re: Phoca Gweld - Change Background
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.
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.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gweld - Change Background
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
Jan
template/phoca_gweld/index.php - there you can see which class it has and such class you can edit in the CSS
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 16 Mar 2015, 08:18
Re: Phoca Gweld - Change Background
Dear Jan
Thank you very much.
Thank you very much.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gweld - Change Background
Ok
If you find Phoca extensions useful, please support the project