1. ehoward
  2. Commercial Templates
  3. Thursday, 27 March 2014
  4.  Subscribe via email
When I created a custom html module in position “bottom-1a”, the Un-Ordered List styling changed to straight lines.

I’m also having transparency problems with the modules, even though I used the exact same template styling as found in the sample data for template style “J51_Cashmere – Parameters.”
When I change Bottom Modules Opacity to 1, the background image is no longer visible in that area. A band of color for Bottom Modules Background appears instead.

Module Class Suffix = title-arrow style-box

If you’d like to see the site I’m working on, I’d prefer to send you the link privately.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can forward a URL to an example of these issue to info@joomla51.com. Please paste a link to this post in your email for our reference.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To style your list items try adding the following to the Custom CSS field of your templates parameters...


.custom li {
border-bottom: medium none !important;
list-style-type: circle;
margin-left: 15px;
padding-bottom: 10px;
padding-left: 5px;
}


To increase the opacity of these same modules try also adding the following...


#container_bottom_modules .module_style-box .module, #container_bottom_modules .style-box .module {
background: none repeat scroll 0 0 #FFFFFF;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Your instructions worked beautifully.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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