|
#1

Aug 23, 2011, 01:57 PM
|
|
Is it possible to create more heading styles like h7, h8, and so on. I am just wondering if thats possible for me to have different types of headings for my landing page. The css code I use for h6 is
Code:
div.post-bodycopy h6 { font-size:14px; color: #e30000; line-height: 140%; letter-spacing: 01px; text-shadow: 0px 0px 0px #cccccc; text-align: left; border-bottom: 01px solid #E9ECD9;}
and is simply a matter of continuing it ?
|
#2

Aug 23, 2011, 02:14 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Have you tried?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Aug 23, 2011, 03:02 PM
|
|
yes and the font size and colour works but the text-align property follows the the text on the page (P). I am confused...
|
#4

Aug 23, 2011, 03:10 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you check for typo's?
What is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Aug 23, 2011, 03:18 PM
|
|
There's no typo that I am aware of and the code is
Code:
div.post-bodycopy h7 { font-size:50px; color: #ff6600; line-height: 180%; letter-spacing: 01px; text-shadow: 3px 3px 3px #cccccc; text-align: left; border-bottom: 00px solid #F0F0F0;}
but the text is in "justify" even though I have mentioned "left" and I am testing this on a local machine with XAMPP
Last edited by sober; Aug 23, 2011 at 03:20 PM.
|
#6

Aug 23, 2011, 04:07 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I would use firebug in firefox and see if the h7 is actually being applied or if some other CSS is more specific and is overriding it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Aug 23, 2011, 06:01 PM
|
|
I've looked into the source code and see a <p></p> surrounding the <h7></h7> but doesn't have a clue where did it came from. I can attach a settings file if you could take a look at it. Thanks
|
#8

Aug 23, 2011, 06:16 PM
|
|
Or is it better to make custom styles as mentioned in this thread. I guess both will be the same , right ?
|
#9

Aug 23, 2011, 07:13 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
do this, go to a page that has the h7, view the source, copy it (the html) and send it to me and I'll take a look
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Aug 24, 2011, 09:36 AM
|
|
Hi Juggledad
I have attached the page source file that has the rogue h7. The h7 is the last line in the content. I'd really appreciate if you can take a look at it. Thank you
|
#11

Aug 24, 2011, 10:19 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I'll need the style sheet, since you are running local and you have the CSS as external, it is not in the source. Please change the CSS t internal and set compress CSS to no and send it again
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Aug 24, 2011, 10:51 AM
|
|
Hi
The latest page source file has been attached with css - inline and compress - no. Thanks
|
#13

Aug 24, 2011, 12:23 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
H7 is not a valid html tag and the browser can do what it wants with it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|