By Courtney on Thursday, 12 December 2013
Posted in General
Replies 5
Likes 0
Views 1.5K
Votes 0
Im currently running Rocktheme template (Garnty framework) with ES, EB, and ED... The Garnty framework is not allowing me to access the ES, EB, and ED module positions.. In particular, I want my sidebar Modules to outline with the grey background.. Is there any way to override the Granty framework??
Hello Courtney,

Unfortunately if your Joomla template does not support it, we can't really enforce it but here's what you can try to do by adding the block of css codes below:


.option-com-easydiscuss #rt-main #rt-sidebar-c,
.option-com-easysocial #rt-main #rt-sidebar-c{
background: #f4f4f4 !important;
border-left: 1px solid #ddd;
}
·
Thursday, 12 December 2013 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, where do I add the code?
·
Friday, 13 December 2013 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
In your template's css file
·
Friday, 13 December 2013 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
gotcha... thanks again..
·
Friday, 13 December 2013 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 13 December 2013 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post