By Antonio Simmons on Friday, 12 September 2014
Posted in General Issues
Replies 7
Likes 0
Views 712
Votes 0
Since I installed VS 1.3.1 it changed some of my css changes. I use to have that frosted strip on the frosty theme transparent now its back visible, is it not able to be transparent anymore?
Hello Antonio,

I am sorry but if I understand you correctly, you want to hide the frosty strip isn't? Screenshot: http://screencast.com/t/yZS38PqKcDn . If yes, can you try put this css code in your current Joomla template and see if this resolved the issue. If this is not the issue, perhaps you can explain more so that we can understand you correctly. Also, can you provide us any appropriate screenshot so that we can understand this well.

body div#fd.es .es-frosty .es-profile-header-body{
background:none;
}


Hope this will help.
Thanks.
·
Friday, 12 September 2014 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi thanks yes that's correct and it's fixed but I also had the area below it transparent too and now it 's all white. It's the area where it says "Edit Profile" and the area to the right of that.
·
Friday, 12 September 2014 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Was all of these customized css codes that you have added? Also, which page are you referring to? Please provide us with the link to the page.
·
Friday, 12 September 2014 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mohd and Hi Mark yes they were customized css codes but the new update changed them and I'm referring to the profile pages. Please see screencast: http://www.screencast.com/t/q4kel0AnIw

Here's a link to the page:
http://titlechaser.com/play-by-play/profile

I've already included my site access info
Thank you
·
Friday, 12 September 2014 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Antonio,

Add the block of css codes into your template's css file, /templates/jm_creatrix/css/custom.css


.es-profile-header-footer {
background: transparent !important;
}
·
Friday, 12 September 2014 15:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

I added the css code but it didn't work the areas are still white.
·
Friday, 12 September 2014 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Antonio,

Can you please try this instead,


.es-profile-header-footer,
.es-profile-header-action,
.es-profile-header-action ul {
background: transparent !important;
}
·
Saturday, 13 September 2014 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post