2011-06-19, 22:22:18
I'm having a problem styling a component called telephone. I have this code in the header:
<div id="header">
<div id="telephone"><?php get_component('telephone'); ?></div>
---and the css style is:
#telephone h3 {
font-family: impact;
font-size: 20px;
color: #FFF;
float: right;
margin: 20px 20px;
}
The component is: <h3>Call us Today on: 0845 123 4567</h3>
But its not affecting the H3 and i don't know why.
All other css styles are fine and only one css file, testing on Cardinal Theme.
Can someone help thanks!
<div id="header">
<div id="telephone"><?php get_component('telephone'); ?></div>
---and the css style is:
#telephone h3 {
font-family: impact;
font-size: 20px;
color: #FFF;
float: right;
margin: 20px 20px;
}
The component is: <h3>Call us Today on: 0845 123 4567</h3>
But its not affecting the H3 and i don't know why.
All other css styles are fine and only one css file, testing on Cardinal Theme.
Can someone help thanks!