By Beata Czech Gaweda on Monday, 02 November 2015
Posted in Technical Issues
Likes 0
Views 444
Votes 0
How to add title head and white background also on that page:
http://betty71.pro-linuxpl.com/wduchu35/index.php/swiadectwo-bronislawy

Just like on picture or site http://betty71.pro-linuxpl.com/wduchu35/index.php/swiadectwanawrocen
Hey there,

I think I missed understand with your initial request, can you take a look of my screenshot below and see is it what you referring?

If yes, I already applied this following CSS code into JoomlaFolder/templates/wd_quickm_theme/css/template.css

div#fd.eb .eb-entry.fd-cf {
background-color: #fff;
padding: 2px !important;
}


By the way, I am really sorry but this will be the last time that I would be able to assist you as we normally do not provide customization support as outlined in http://stackideas.com/support . We need to help others with real issues.
·
Tuesday, 03 November 2015 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
hey there,

I am not really sure what do you mean `change the head title`?

Can you elaborate more detail regarding this?

By the way, regarding with your background color, do you mean you mean the post title section? Perhaps you can take a look of my screenshot below and see is it you would like to put white color on the post title section?
·
Monday, 02 November 2015 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes/

I want to put the same color for title and text body like on page http://betty71.pro-linuxpl.com/wduchu35/index.php/swiadectwanawrocen
·
Monday, 02 November 2015 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I've help you applied some custom css code into your JoomlaFolder/templates/wd_quickm_theme/css/template.css
div#fd.eb .eb-category {
background-color: #fff !important;
}

div#fd.eb .eb-post-head {
background-color: #fff !important;
}

div#fd.eb .eb-post-foot {
background-color: #fff !important;
}


It should show white color for your title and text body area now, can you give it a check now?
·
Monday, 02 November 2015 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I made that changes but it doesn't work
·
Tuesday, 03 November 2015 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Beata,

Firstly, please understand that customizations are not supported by our support policy. The changes that Arlex provided is already taking effect. I think you should purge your browser's cache and history.
·
Tuesday, 03 November 2015 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
OK.

I will check that and let You know.
·
Tuesday, 03 November 2015 00:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, please keep us updated
·
Tuesday, 03 November 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Tuesday, 03 November 2015 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Please do take a minute and see your initial post's image. It is referring to a different page altogether. If you want the page at http://betty71.pro-linuxpl.com/wduchu35/index.php/swiadectwo-bronislawy to have a white body background, you need to add the block of css codes into your template's css file,


.eb-entry-body {
background: #fff !important;
}
·
Tuesday, 03 November 2015 01:21
·
0 Likes
·
0 Votes
·
0 Comments
·
OK.

I added


.eb-entry .eb-entry-head{
border: 1px solid #ccc;
padding: 10px;
margin: 0 -5px 10px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
background: #eeeeee;
background: -o-linear-gradient(#f5f5f5, #eeeeee);
background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );

}

·
Tuesday, 03 November 2015 02:21
·
0 Likes
·
0 Votes
·
0 Comments
·
To close
·
Tuesday, 03 November 2015 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Keep us updated if you need further assistance in the future.
·
Tuesday, 03 November 2015 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post