Problems setting up only parts of the site
Posted: 29 Mar 2013, 19:17
Hello, I´m having a hard time trying to setup the font on the topmenu only. I´ve read all the other topics, but they didn´t help me.
I´m using Joomla 2.5.9 and Phoca Fonts 2.0.2 with the jaxstorm template.
On the php file, the top menu is as following
<!-- Topmenu -->
<div id="topmenu">
<jdoc:include type="modules" name="position-1" />
</div>
When I use the "body" as tag, id or class it works like a charm for the whole website. But when I try changing it to "topmenu" it simply doesn´t work.
I´ve also tried including inside the php the following
<!-- Topmenu -->
<div id="topmenu">
<p class='test'>
<jdoc:include type="modules" name="position-1" />
</p>
</div>
Also including on the .css file
p.test {font.color:white;}
And then trying to use "test" on Tag, ID or class, but it still didn´t work.
Can anybody please help me?
Thanks
I´m using Joomla 2.5.9 and Phoca Fonts 2.0.2 with the jaxstorm template.
On the php file, the top menu is as following
<!-- Topmenu -->
<div id="topmenu">
<jdoc:include type="modules" name="position-1" />
</div>
When I use the "body" as tag, id or class it works like a charm for the whole website. But when I try changing it to "topmenu" it simply doesn´t work.
I´ve also tried including inside the php the following
<!-- Topmenu -->
<div id="topmenu">
<p class='test'>
<jdoc:include type="modules" name="position-1" />
</p>
</div>
Also including on the .css file
p.test {font.color:white;}
And then trying to use "test" on Tag, ID or class, but it still didn´t work.
Can anybody please help me?
Thanks