CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • CSS & Profile Titles
Pages: [1]

Author Topic: CSS & Profile Titles  (Read 628 times)

bscivolette

  • Guest
CSS & Profile Titles
October 08, 2010, 11:24:22 am
I am using Joomla and my civi profile titles are showing in <h1> which is too big. I've sorted through the CSS but cannot seem to find the right area to change the <h1> to something smaller - does anyone know where this is?

I also turned off the "page title" on the profile menu, but that has not helped.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CSS & Profile Titles
October 14, 2010, 09:33:40 am
I don't know where it is, but using Firebug you should be able to determine what selector will target that H1 tag and then you can customize the CSS for your Joomla template.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

bscivolette

  • Guest
Re: CSS & Profile Titles
October 14, 2010, 09:41:08 am
Tried it with no luck. It appears to be using our Joomla defined H1 tag but I would like it to use H2, I just have been unable to locate where in the Civi files it calls for the H1 tag to display the title.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CSS & Profile Titles
October 14, 2010, 09:43:25 am
What I meant is to figure out in CSS how to target that tag, as in something like:

Code: [Select]
body div#civicrm_profile h1 {}
Then you can just style it as you want. That selector there is not correct--but you can figure out what would be.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • CSS & Profile Titles

This forum was archived on 2017-11-26.