Ejemplo n.º 1
0
}

#page-title h1{
    <?php 
be_themes_print_typography('page_title');
?>
}

#bottom-widgets{
    <?php 
be_themes_print_typography('bottom_widget_text');
?>
}
.sidebar-widgets{
	<?php 
be_themes_print_typography('sidebar_widget_text');
?>
}

.ui-accordion .font-icon, ul.tabs li h6 { font-size: <?php 
echo $be_themes_data['body_text']['size'];
?>
 !important; }

.breadcrumbs a, .breadcrumbs a:visited { color: <?php 
echo $be_themes_data['body_text']['color'];
?>
 !important; } 

/* ======================
    Layout 
Ejemplo n.º 2
0
}
a.bbp-forum-title,
#bbpress-forums fieldset.bbp-form label,
.bbp-topic-title a.bbp-topic-permalink {
  <?php 
be_themes_print_typography('h6');
?>
 /* font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit; */
}
#bbpress-forums ul.forum-titles li,
#bbpress-forums ul.bbp-replies li.bbp-header {
  <?php 
be_themes_print_typography('h6');
?>
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-size: inherit;
}
#bbpress-forums .topic .bbp-topic-meta a, 
.bbp-forum-freshness a,
.bbp-topic-freshness a,
.bbp-header .bbp-reply-content a,
.bbp-topic-tags a,
.bbp-breadcrumb a,
.bbp-forums-list a {
  color: <?php 
echo $be_themes_data['h6']['color'];