1. tonyoriordan
  2. Commercial Templates
  3. Monday, 09 February 2015
  4.  Subscribe via email
Hi
need to change page background colour on custom html module
Tony
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tony

Would you have a URL to an example of your Custom HTML module?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
One option is to add a class name to 'Module Class Suffix' of your modules settings. You can then apply styling to this class name using the Custom CSS field of your templates parameters... eg..


.myclassname {
background: #999999;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran
that is a great thing to know. Bought Cashmere for the grid gallery but it will not work on Kindle any thoughts?
Tony :sick:
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tony

Our GridGallery module requires Modernizr to function correctly. To amend this issue could try loading the Modernizr CDN by adding the following to the 'Head Custom Code' field of your templates parameters..


<script src="//http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>


Ciarán
  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!