0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

can't get link colour to work

    • michael's Avatar
    • michael
    • Sr. Rocketeer
    • Posts: 109
    • Thanks: 0

    can't get link colour to work

    Posted 11 years 3 days ago
    • i'm trying to get the hyper link to change to the standard blue on my site (apart from menu) but i just keep going in circles. if someone could be kind enough to point out where i'm going wrong i'd greatly appreciate it.

      mike.

      dragonitsolutions.co.uk/
    • Last Edit: 11 years 3 days ago by michael.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13498
    • Web Designer/Developer

    Re: can't get link colour to work

    Posted 11 years 3 days ago
    • There are lot's of links on your page - which one specifically do you wish to change (e.g. menu item is a link and i'm sure you don't wish to change that?).

      Please do a screengrab of your problem and annotate to make it clear.
    • 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.
    • michael's Avatar
    • michael
    • Sr. Rocketeer
    • Posts: 109
    • Thanks: 0

    Re: can't get link colour to work

    Posted 11 years 2 days ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13498
    • Web Designer/Developer

    Re: can't get link colour to work

    Posted 11 years 2 days ago
    • You've applied inline styling in the footer so remove this as it is hard to override with CSS.

      Use this code...
      #rt-feature .featuretable-cell-data a h2 {
          color: blue;
      }
      #rt-feature .featuretable-cell-data a:hover h2 {
          color: red;
      }
      div#rt-footer .custom a {
          color: blue;
      }
      div#rt-footer .custom a:hover {
          color: red;
      }
      change color to suit.

      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Regards, Mark.
    • The following users have thanked you: michael

    • 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.

Time to create page: 0.077 seconds