Ciaran,
I have a white background on the serenity template, and the footer text therefore needs changing. I have tried:
#footermenu ul li a {
color: #555555 !important;
}
...but it is just not working. It is still white on white. Any suggestions?
Peter
Thank you
All should be well now. Your issue was the '.maincontent' property ending in a '(' rather than a '{'. Always the little things!
Ciarán
All should be well now. Your issue was the '.maincontent' property ending in a '(' rather than a '{'. Always the little things!
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hello
Nothing there that should cause you any issues. May I suggest sending temporary administration access to your Joomla installation to [email protected] and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
Nothing there that should cause you any issues. May I suggest sending temporary administration access to your Joomla installation to [email protected] and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
I think it might be something to do with the additional margining I've used to lower the menu...
- more than a month ago
- Commercial Templates
- # 4
I have just one template, so maybe there something else in the custom CSS which is causing the problem:
body {
background-image: url(images/web/Footer_Butterfly.png);
background-repeat: no-repeat;
opacity: 0.8;
background-position: left;
}
.item-101.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
;
background-repeat: no-repeat;
background-position: 15px 0px;
}
.item-121.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
;
background-repeat: no-repeat;
background-position: 15px 0px;
}
.item-122.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
;
background-repeat: no-repeat;
background-position: 15px 0px;
}
.hornavmenu {
left: 274px;
position: relative;
text-align: left;
margin-top: 50px;
}
.maincontent {
margin-top: 50px;
)
#footermenu ul li a {
color: #555555 !important;
}
body {
background-image: url(images/web/Footer_Butterfly.png);
background-repeat: no-repeat;
opacity: 0.8;
background-position: left;
}
.item-101.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
background-repeat: no-repeat;
background-position: 15px 0px;
}
.item-121.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
background-repeat: no-repeat;
background-position: 15px 0px;
}
.item-122.active {
background-image: url("https://dayservices.scottsproject.org.uk/images/web/Roof.png"
background-repeat: no-repeat;
background-position: 15px 0px;
}
.hornavmenu {
left: 274px;
position: relative;
text-align: left;
margin-top: 50px;
}
.maincontent {
margin-top: 50px;
)
#footermenu ul li a {
color: #555555 !important;
}
References
- more than a month ago
- Commercial Templates
- # 5
Hello
The CSS you have used is correct. Presuming that you have multiple template styles, check that you have added the Custom CSS to the correct template style for your homepage.
Ciarán
The CSS you have used is correct. Presuming that you have multiple template styles, check that you have added the Custom CSS to the correct template style for your homepage.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »