Im sure there is an easier way of doing this, I just want to change the font in my section sidebar, at the minute the only way I can do this is go to each one and change the font in the section details. Is there a way i can make 1 global change?
Announcement
Collapse
No announcement yet.
Section Fonts
Collapse
X
-
Originally posted by jim25 View PostIm sure there is an easier way of doing this, I just want to change the font in my section sidebar, at the minute the only way I can do this is go to each one and change the font in the section details. Is there a way i can make 1 global change?
-
Hi Jim. Which layout are you using?
Do you just want to change the font of the section names as they appear in the sidebar?
In silver theme for example the section list is coded like this
Code:<h1>Product Sections</h1> <ul> <actinic:block type="TopLevelSectionList" ><li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a></li></actinic:block></ul>
Code:<h1>Product Sections</h1> <div id="jims"> <ul> <actinic:block type="TopLevelSectionList" ><li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a></li></actinic:block></ul></div>
Code:#jims a {font-family:Georgia, "Times New Roman", Times, serif;}
Jonathan Chappell
Website Designer
SellerDeck Website Designer
Actinic to SellerDeck upgrades
Graphicz Limited - www.graphicz.co.uk
Comment
Comment