0
Welcome Guest! Login
0 items Join Now

SOLVED changing color of h2 component title

    • beamaria's Avatar
    • beamaria
    • Elite Rocketeer
    • Posts: 513
    • Thanks: 6

    SOLVED changing color of h2 component title

    Posted 12 years 5 months ago
    • How can I change the color of h2 component title? I'm using Gantry default template with a dark background and the titles are not well visible... What kind of new rule can I write in my gantry-custom.css file? I would like something like the "title3" module which is present in default template
      THANKS!!
    • beamaria's Avatar
    • beamaria
    • Elite Rocketeer
    • Posts: 513
    • Thanks: 6

    Re: SOLVED changing color of h2 component title

    Posted 12 years 5 months ago
    • Here the solution: paste this code in gantry-custom.css file
      .title, .component-content h2 {
      color: #fff;
      text-shadow: 1px 1px 1px black;
      border-bottom: 1px solid #212121;
      box-shadow: 0 1px 0 #4C4C4C;
      }

      So easy!! :D

Time to create page: 0.040 seconds