1. webnanny
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 18 May 2014
  5.  Subscribe via email
Using Metropolis in Joomla 3.3, is it possible to use some Custom CSS to change the color of the Top-2 Module block to the same color as the Content Color, which is also the color of the Top-1 Module block, or to any color? In my case the desired color is #406089.

Thank you.
MJ
Accepted Answer Pending Moderation
0
Votes
Undo
Hi MJ

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters where #406089 is your background color and #FFFFFF the text color for the modules...


#top_modules.block_holder {
background: #406089;
box-shadow: none;
color: #FFFFFF !important;
}


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

MJ
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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