Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Corporation - Change default color of font in top area

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello again -

I need to use a white background in the top and header area. Could you tell me how I can change the default font color to something other than white?

i also need to change the white color of the social icons next to the menu.

Thank you
Sharon
  • ssartjb's Avatar
  • ssartjb
  • 12 Month Developer
  • 343 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Oops -

Here is a link to the dev site
sabina100.cloudaccess.host/100th.html
  • ssartjb's Avatar
  • ssartjb
  • 12 Month Developer
  • 343 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi

In Corporation, with the top row you would need to target it using custom css

#topwrap p {color:#000;} looking at the site
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Regarding the header area - what row are you referring to?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul -

That worked for paragraph text. in the "top" row.
"header area" may have been a poor choice of words, an imprecise way of referring of everything above the image grid.
  • ssartjb's Avatar
  • ssartjb
  • 12 Month Developer
  • 343 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
I still have the social icons not displaying unless I hover over them because they are also "white"

Would you also be able to quickly tell me how to target their color in the custom CSS?
  • ssartjb's Avatar
  • ssartjb
  • 12 Month Developer
  • 343 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
For the colour you would target

.social-wrap span {color:#000}
.social-wrap span:hover {color:red}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
For the header area - are you needing help with the menu?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Menu is OK for now - I can change the font colors for the navbar area in the Zen Grid framework.

This is my first use of the Zen Grid 4 framework and the first website building project I've started in over a year so I'm a bit rusty at even the basic CSS I've learned. I really appreciate your help very much.

Cheers Back
Sharon
  • ssartjb's Avatar
  • ssartjb
  • 12 Month Developer
  • 343 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
You're welcome :)

Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers