Forum Support

Shape 5
March 28, 2024, 04:59:28 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Menu Titles  (Read 1378 times)
abrill
Jr. Member
**
Offline Offline

Posts: 41



« on: June 04, 2018, 11:32:06 AM »

How do we default the page menu titles to H1 rather than H2? 
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: June 05, 2018, 07:16:11 AM »

Hello,

That's output by Joomla itself, not the template. It would require you creating a com_content override, which would require custom programming, nor would I recommend it. We do not provide services like this as part of our support.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
abrill
Jr. Member
**
Offline Offline

Posts: 41



« Reply #2 on: June 06, 2018, 03:42:51 PM »

Ok, can you tell me how to resize h2 used inside an article? I put this in my custom.css but it's not resizing:

#s5_component_wrap_inner h2 {
   font-size:2.4em !important;
}
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #3 on: June 07, 2018, 05:30:17 AM »

Hello,

It's already 2.4em in template.css so your css would make no change:

#s5_component_wrap_inner h2, #s5_component_wrap_inner h1 {
    font-size: 2.4em;
}
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
abrill
Jr. Member
**
Offline Offline

Posts: 41



« Reply #4 on: June 07, 2018, 09:44:33 PM »

Yes, sorry about that.  I copied the template css style but I am trying to alter that code for just the h2 and not the h1 size. How do I do this?
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #5 on: June 08, 2018, 05:46:30 AM »

You would just remove the h1 from the call and add it to custom.css, but again you had your code set to 2.4 and it's already set to 2.4, you would need something higher like:

#s5_component_wrap_inner h2 {
   font-size:3.0em !important;
}

I wouldn't recommend going much larger, 2.4 is already pretty large.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
abrill
Jr. Member
**
Offline Offline

Posts: 41



« Reply #6 on: June 08, 2018, 06:09:22 AM »

Thank you.  I do have it set in custom.css but nothing changes.  I've cleared browser and joomla cache and it's both on my local server and live site. 


Here is what I have in custom.css:

#s5_component_wrap_inner h2 {
   font-size:2.0em !important;
}

It seems like none of my css styles for text change....

https://thefarmershouse.org/social-enrichment
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #7 on: June 11, 2018, 06:54:30 AM »

Hello,

Those are H1's not H2's. You would need to adjust your code for H1's.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.