Announcement

Collapse
No announcement yet.

2014 Breadcrumb colour

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    2014 Breadcrumb colour

    I noticed my breadcrumb since upgrading is pallette 1 I believe - too dark in my case to be visible well, I cant find if there is a way of changing it, I was hoping it was the default link colour but no sadly!

    thanks
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    Your site has CSS probably left in after upgrading, it is not in the default CSS. The styles are .text_breadcrumbs and a.link_breadcrumbs. If you go to the Design Library right click and find the code, it could be within Core Styles.
    Peblaco

    Comment


      #3
      I think I have found it, can I simply edit the pallette 1 to any colour I like?

      thank you:

      .text_breadcrumbs {
      font-size: <actinic:variable name="SmallFontSize" />;
      color: <actinic:variable name="Palette1" />;
      margin: 0px;
      line-height:normal;
      padding: 2px 0px 10px 0px;
      }

      a.link_breadcrumbs:visited {
      color : <actinic:variable name="Palette1" />;
      text-decoration : underline;
      }

      a.link_breadcrumbs:link {
      color : <actinic:variable name="Palette1" />;
      text-decoration : underline;
      }

      a.link_breadcrumbs:active {
      color : <actinic:variable name="Palette1" />;
      text-decoration : underline;
      }

      a.link_breadcrumbs:hover {
      color : <actinic:variable name="Palette1" />;
      text-decoration : underline;
      }
      https://www.harrisontelescopes.co.uk/

      Ed Harrison - Menmuir Scotland

      Comment


        #4
        Thanks,
        Sadly it never worked, I changed to pallette 3 then tried a colour code but it remained the awful dark green, I guess it must be elsewhere.

        EDIT - Found it - you were right - core styles
        https://www.harrisontelescopes.co.uk/

        Ed Harrison - Menmuir Scotland

        Comment

        Working...
        X