Is there anyway to change the default text color? The joomla template I am using makes it very hard to see posts.
Thanks
hi,
you can do something like that:
Code
.joobb {
font-size: 15px;
color: #ca0000;
}
hi,
you can add this piece of code into the file
JOOMLA_ROOT\components\com_joobb\designs\styles\joobb_black\joobb_black.css
for example (If you are using the black style).
kind regards,
robbie
OK I feel a little foolish, but I cannot get the colors of the links to change. I entered the suggested code to change the text color with no problem, but I cannot figure out the code for the links. Please help
Actually the links I am trying to change are the links to the author on the top and right sides of the post.
Hi Natai,
you are for sure not foolish!
Joo!BB is still Pre-Beta version! The template and style are still not ready. The links you wish to change are not set up as a class.
You can edit JOOMLA_ROOT\components\com_joobb\designs\templates\joobb\joobb_post.php and set up a class to the "hrefs" you desire and than describe them in the css-file.
Kind regards,
Robbie
hi, im on the newest version of joobb, but i cant figure out how the change the default font, my joomla template makes it hard for me to see any posts made,
by the way im a newbie to all this, so if u could dummy it down for me i would appreciate it
Hi Pokerpalz,
Code
.jbJoobb {
font-size: 15px;
color: #ca0000;
}