1. jascanio
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 09 July 2013
  5.  Subscribe via email
Hi,
My sidecol-a has four modules. All of them using suffix style-box.
I would like to change background of the first module in the column to #BC4F27, and the rest of modules in the column to background #EBE4DE. Borders to all of them should be #BC4F27
The first of them is a Latest News module. The rest are Menu modules.
I would also like to act on sidecol-b modules, with certain color parameters. Based on what you recommend for sidecol-a, I would do also on sidecol-b.
I attach sample image of what I pursue (approx)
You can see my web here
Thanks in advance for your help.
Regards,
Juan
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

As you want different styles for modules in the same module position you must give each alternative style its own unique 'Module Class Suffix'. May I suggest adding darkorange to as the module class suffix to the top left module and lightorange to the module class suffix of the top right module. Once you have this done get back to us and we will put together the needed custom CSS for you.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
Thanks for your help.
Finally, my four modules in sidecol-a will be identical. The first on top will be as the following three. I don't know if this simplifies the css styling.
For sidecol-b, however, things remain as stated in my previous post: module on top will be different.
I have anyway proceeded as you recommend. I have suffixed top module on sidecol-a as darkorange and for sidecol-b lightorange.
Looking forward to your valuable advice,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Juan

Now try adding the following to the Custom CSS field of your templates parameters to style each of your modules...


.module_darkorange .module_padding, .darkorange .module_padding {
padding: 5px 15px !important;
}
.module_darkorange .module, .darkorange .module {
background-color: #be4c27;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
margin-bottom: 10px;
overflow: hidden;
color: #ffffff;
}
.module_darkorange .module_padding, .darkorange .module_padding {
padding: 5px 15px !important;
}
.module_lightorange .module, .lightorange .module {
background-color: #e2d2c2;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
margin-bottom: 10px;
overflow: hidden;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
Superb!!
Thanks very much,
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!