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.

custom.css changes not used.

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

I am trying to change the font size in the article title.
I believe I found the original code for this

article .article-title, #slider .article-title {
font-size: 2em;
text-shadow: 1px 1px 0 #fff;
line-height: 2em; }

In custom.css I put

article .article-title, #slider .article-title {
font-size: 1.5em;
line-height: 1.5em;
}

but it is not used for article title. The title stay at 2em font-size

What am I doing wrong.

website: www.modernspiritualliving.com/
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
Hi,

You have some parsing errors in your custom file.

If you paste it into here it will tell you what's wrong with it.

csslint.net/

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
Thanks, parsing error was problem. Found the error and all working well.

Second question....

I would like to reduce the spacing between the article title and where that article starts. I cannot find where this padding or margin setting is. Where do I find this.

Here is example:
www.modernspiritualliving.com/index.php/expertise/81-meditative-relaxation
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
section.article-content.clearfix {
margin-top: 30px;
}

Try setting this value to 0 in your custom.css

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul....Worked just fine and what I needed.
  • rtringo's Avatar
  • rtringo
  • 12 Month basic
  • 101 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

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