0
Welcome Guest! Login
0 items Join Now

Can't change style of links

  • Can't change style of links

    Posted 11 years 7 months ago
    • Hi I want to change the color of the links :

      a { }

      of all the page. The values in the Gantry panel doesn't work. I've changed the file bootstrap.css of the css compiled but every time I erase the cache the link it goes back to blue. from all the files and files of style (css and less) I've changed a los of a{ } entities. But still the link show up blue. Where do I change once and for all the color of the link?

      the link of the site:

      http://jamex.com.mx/maypo/maypo2013/

      Thanks for any help ;)
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Can't change style of links

    Posted 11 years 7 months ago
    • Add this to your your own custom CSS file if you want it to be red:

      a {
      color: red !important;
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: Can't change style of links

    Posted 11 years 7 months ago
    • Thanks a lot. That worked perfect. Can I abuse a little and ask you how to change the

      h1
      h2
      h3?

      y tried utilities.less but with !important but is not sticking. Its marked to be in bootstrap.less but it gets overides everytime I delete the cache

      thanks ;)
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Can't change style of links

    Posted 11 years 7 months ago
    • www.gantry-framework.org/documentation/j...custom_stylesheet.md

      Add this to your rt_afterburner2-custom.css and change the values to your liking:

      h1 {
      font-size: 260% !important;
      }
      h2 {
      font-size: 200% !important;
      }
      h3 {
      font-size: 175% !important;
      }
      h4 {
      font-size: 130% !important;
      }
      h5 {
      font-size: 110% !important;
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG

Time to create page: 0.047 seconds