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.

Base3 - custom.CSS

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

Hello

I would like to change a font colour of one particular position.
how can I do?
do I create custom.css?
once create custom.css, how can I apply to the site?
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi

You would use a tool like the Chrome web developer tools to view the css that is applying to the logo color

Then copy that style and paste into the custom.css file and then add your new font color value to it overwriting the previous value

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

I have looked in chrome development tools bu I am not sure how I can find CSS for this font color.
I just want to chagne the font color for the word "Partnerships for Learning" on title next logo which I have created position.
How can I create CSs so that i can change the font color for this?

<div id="top-1b" class=" col-lg-3 col-md-4 col-sm-4 col-xs-6">
<div class="moduletable ">
<div class="module-inner">
<div class="zen-module-body">
<div class="custom">
<h3><em>Partnerships for Learning</em></h3></div>
</div></div></div></div>
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Have a link for the site?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The link is www.nevo.sa.edu.au position is top-1b
Thanks
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Right so you would look to target the div and the tag

so thats top-1b and h3
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
so this means the styling is

#top-1b h3 {color: ???? }

Then add your color

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'd also suggest turning off any css optimisation while building a site as it makes it harder to troubleshoot

We will normally always ask for posters to disable the optimisation if they post to either the forum or a ticket
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you for the instruction!
I have turned off any css optimisation now, and i have updated custom.css with
#top-1b h3 {
color: white !important;
}
added
however it doesn't apply....
I have checked the site with chrome inspection, and the custom.css is empty.
this is my site www.nevo.sa.edu.au
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Are you adding it via the joomla admin section or editing elsewhere and uploading via ftp?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I added and uploaded via ftp.

how can I modify in Joomla Admin?

Have I missed steps?
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
Last Edit: 9 years 9 months ago by yuka.
The administrator has disabled public write access.
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thank you so much!

it finally worked:)
  • yuka's Avatar
  • yuka
  • 12 Month basic
  • 76 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Cool

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