Active
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Aug 2012 at 19:43 UTC
Updated:
24 Feb 2023 at 06:27 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedhow would i add a div in zones section in template? i need to for design customization reasons.
Comment #2
cellar door commentedTo add a div to a zone or a section you need to duplicate any of the .tpl files located in either Alpha or Omega and place into your subthemes templates folder. Then modify and add the
you need. Flush the caches and the div will appear.
You may want to look at the folder alpha/templates/page.tpl.php
Also in your subtheme settings you may add a class directly to the zone or region directly if needed.
Comment #3
carajito commentedThanks @Cellar Door