1. geecee71
  2. Commercial Templates
  3. Saturday, 16 August 2014
  4.  Subscribe via email
Hi
Im using the metropolis template.
I am trying to identify and change some font settings.
I am also using K2. My k2 modules in the sidebar list article titles as links. i found some custom css on another post to change the font color
.sidecol_block .module a {
color: #000000;
}
but they look odd. i think there is a text effect applied. how do i rid the effect..
and... please can you tell me how to identify and change the module title font. its white and i simply want black for all titles including article titles on the home page (http://www.thepubtrade.com/)

Graham
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Graham

To the text shadow for your sibar kinks could you try adding the following to the Custom CSS field of your templates parameters...


.sidecol_block .module ul.menu a, .sidecol_block .module_menu ul.menu a, .sidecol_block .module a {
text-shadow: none;
}
.sidecol_block .module ul.menu a:hover, .sidecol_block .module_menu ul.menu a:hover, .sidecol_block .module a:hover {
color: rgba(0, 0, 0, 0.6) !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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