1. ziggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 18 May 2013
  5.  Subscribe via email
Hello,

I purchased the Template Clarity a long time ago and it's a great one :)

Now I am building a private site and I want to change the overall text-color for the Template in articles, Side-Menues, etc).

I already added the color for h1, h2, etc. in the custom css field.
I also tried to ad "p" to the list, but then copyright text has wrong color...
But how to change the other colors?
Can you give me an advice how to find out that stuff?

Best regards
Chris
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chris

To change the default body colour of your template try adding the following to the Custom CSS field of your templates parameters...


[code type=css]body {color:#555555;[/code]

Where #555555 is your new body text colour.

More specific colour changes can be achieved by applying CSS to the containing div of your text so for example to change the colour of your copyright text you would use something like the following...


[code type=css]#copyright {color: #FFFFFF;}[/code]

Where #FFFFFF is the new colour to text within just the copyright div.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

yes, the body tag did the trick - thanks for pointing me into the right direction.

I have two more - perhaps you can help me out there, too.
First the link to the site:
http://chj501.de/index.php/neuigkeiten

On the left side there is the main - menu.
Is there a chance to change the colors of the entries?
Did try some tags but somehow it does not work...
Same on the word "Details" under each post.
I guess it could be the class "article-info-term" but all I tried here did not work.

I would be glad if you could help me out here one last time :)

Thanks!
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
To change the colour of your module menu items try adding the following to the Custom CSS field of your templates parameters..


[code type=css].module ul.menu a, .module_menu ul.menu a {color: #000000;}[/code]

Where #000000 is your new menu item colour (edit to taste).


For the details also add the following..


[code type=css].article-info dd {color: #000000;}[/code]

Where #000000 is your new details colour (edit to taste).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

thanks again for your help! :kiss:
".article-info dd" did not work.. but with this information I found the solution (.article-info dt).

Best regards
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok