-
AuthorPosts
-
November 14, 2017 at 3:20 pm #876617
Hi guys,
in a past thread you gave me the following code to change the formatting of a H2 in post entries
.single-post .entry-content h2 {
margin-top: 15px;
margin-bottom: 15px;
}
.single-post .entry-content h2 a {
color: #2195f3 !important;
text-decoration: underline !important;
}Now I need to do the same for pages also…
How can I do it?
Where are the H2 default values defines?November 15, 2017 at 10:47 am #877018Hey massimobr,
So you want it to apply globally on the entire site? If so then please try this instead of what you posted:
.entry-content h2 { margin-top: 15px; margin-bottom: 15px; } .entry-content h2 a { color: #2195f3 !important; text-decoration: underline !important; }Best regards,
RikardNovember 15, 2017 at 10:49 am #877023I’ll do that, thanks!
November 15, 2017 at 4:08 pm #877115Hi, I tried but I am afraid it does not work.
the page where H2 do not show underlined isNovember 16, 2017 at 2:57 pm #877546Hi,
Please try this as well:
.page h2 a, .page h2 { color: #2195f3 !important; text-decoration: underline !important; }Best regards,
RikardNovember 16, 2017 at 10:34 pm #877802Thanks, that way all H2 appears underlined.
November 17, 2017 at 3:11 pm #878099Hi massimobr,
So does it work for you this way?
Best regards,
VictoriaNovember 17, 2017 at 4:14 pm #878149nop… sorry to bother but still does not work.
However, I can leave as it is.
Beside this, I’d like to know where the H formatting is defines in Enfold.
I know I can change default setting with styling but I do not know where default setting is..thanks
November 18, 2017 at 10:29 am #878449Hi,
It is defined in base.css. It may vary for example if you use h2 on Special Heading it is also in other css file. You can set the default however in Enfold > Advanced Styling. Hope this information helps.
Best regards,
NikkoNovember 20, 2017 at 10:42 pm #879402thanks!
i will check that.November 20, 2017 at 10:46 pm #879404Hi,
Please keep us updated.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
