Announcement

Collapse
No announcement yet.

Font Colour for Boxes

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

    Font Colour for Boxes

    Slowly getting there with v8 (fingers crossed) but having a problem with the font in the box headings. On my v7 site they are white but on v8 they're black. I've managed to change some of these in the design tab page (dotted line highlight method) but some of the box headings do not come up with a dotted line around them.

    How can I change the rest to white?

    Thank you for your time
    www.ecclestonanglingcentre.co.uk

    #2
    Hi Bun

    Which boxes are not changing?

    Try doing this:
    1. Go to 'Design | Library'
    2. Go down to the 'Web Page Outer Layout' group and double-click on the 'Actinic Stylesheet' layout
    3. Go down to line 176 - you hopefully see the following chunk of code:
      Code:
      .boxheading {
      	font-weight: bold;
      	text-transform: uppercase;
      	color: <actinic:variable name="BGColor" />;
      }
    4. Change the 'color' line to:
      Code:
      	color: white;

    Comment

    Working...
    X