0
Welcome Guest! Login
0 items Join Now

SOLVED Changing the color of a title

  • SOLVED Changing the color of a title

    Posted 8 years 5 months ago
    • Hello,

      I would like to change the color of a title (see screenshot as an attachment) but can not find the corresponding line with Firebug.
      Thank you for your help.

      Regards
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing the color of a title

    Posted 8 years 5 months ago
    • You won't be able to do that as the HTML is currently because those first words would need to be in separate element (say a SPAN tag with a class on them) to change only their color. You can change the whole line like this though:
      label[for="pid3"], label[for="pid2"] {
        color: red;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Changing the color of a title

    Posted 8 years 5 months ago
    • Thanks for your help Mark.

      Regards

Time to create page: 0.070 seconds