Setting background color for pages linked to menu items

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 25, 2014 9:45 pm
Reply with quote
Report this post
Hello!

I installed Joomla 2.5.22 and MSocial Template 3.11 in my web site (under construction): www.venturaluca.com/jupgrade2. As you can see template's home page has black as background color. Anyway when I click on a menu entry (for example on "Chi sono" or "Agenda") the page linked to that menu entry has white as background color! How come? How can I change the background color of the page linked to each menu's entry? (white makes pages unreadable given that words written in the pages have the same color in some cases)

Let me know,

Thanks.

Luca
User avatar
Senior Boarder

GK User
Tue Aug 26, 2014 10:53 pm
Reply with quote
Report this post
Hello,

If I properly understand, you should change in the css/template.css file the following fragment:

Code: Select all
#gkPageContent {
background: #fff;
padding: 60px 50px 0 50px;
}

to:
Code: Select all
#gkPageContent {
background: transparent;
padding: 60px 50px 0 50px;
}
User avatar
Administrator

GK User
Wed Aug 27, 2014 8:12 am
Reply with quote
Report this post
dziudek wrote:Hello,

If I properly understand, you should change in the css/template.css file the following fragment:

Code: Select all
#gkPageContent {
background: #fff;
padding: 60px 50px 0 50px;
}

to:
Code: Select all
#gkPageContent {
background: transparent;
padding: 60px 50px 0 50px;
}



Thanks a lot…it works!!! I inserted that custom code in "Advanced Settings -> Custom CSS code" section of the Template…it should be the same. Am I right?

Luca
User avatar
Senior Boarder

GK User
Wed Aug 27, 2014 2:17 pm
Reply with quote
Report this post
Yes, you could use this method as an alternative :)
User avatar
Administrator


cron