Tagged: centered, quote, special heading, style
-
AuthorPosts
-
June 19, 2013 at 4:05 pm #25049
Hi, I would like to center align our “Special Heading” title without having to choose “Quote Style Classic” as the style, because this seems to be the only setting that centers the title. The problem with this option is the font looks completely irregular with our chosen standard font. Is there something I can do to use the “Quote Style Modern” style of font or a font of my own choice and still have it centered?
Thanks
June 21, 2013 at 5:39 am #125607Hi!
Insert following code into the quick css field
body .av-special-heading.blockquote > * {
text-align: center;
}Regards,
Peter
June 24, 2013 at 8:43 am #125608Works perfectly, thanks Peter.
June 24, 2013 at 3:28 pm #125609Is there a way to do this only on one specific page? I want the modern-style centered on the homepage but alined on the right on other pages.
Thank you!
Regards, Dennis
June 24, 2013 at 4:34 pm #125610Hi Dennis,
You would need to use the page ID class for each specific page. Eg:
#top.page-id-70 .av-special-heading.blockquote > * {
text-align: center;
}Where 70 is the page ID.
Regards,
Devin
September 6, 2013 at 6:36 pm #125611How can I make the modern-style heading centered in some of the elements and on the right in the other, all in the same page?
September 6, 2013 at 10:39 pm #125612Each would need to be in a color section and you would give that color section a specific ID (in its ID field). Then target the page and ID before the heading class. Eg:
#top.page-id-70 #custom-color-section1 .av-special-heading.blockquote > * {
text-align: center;
}September 7, 2013 at 12:25 pm #125613Hi,
My page id is 2118, and I set the ID of the color section to 10. the code I used was:
#top.page-id-2118 #custom-color-section10 .av-special-heading.blockquote > * {
text-align: center;
}
Any idea why it’s not working..?
September 9, 2013 at 3:12 am #125614Hi,
Can you give us a link to your website? We would like to inspect it.
Regards,
Ismael
September 9, 2013 at 7:02 am #125615Regarding accessing the page, unfortunately, it’s under Test Drive mode. I can give you admin permissions and the page URL..
September 9, 2013 at 9:52 pm #125616Hi erantdo,
The center won’t work for all of the special headings (only the ones without any decoration). So if you are using the one with the line then it won’t center correctly.
Regards,
Devin
-
AuthorPosts
- The topic ‘Centering "Special Heading" Titles’ is closed to new replies.
