Design Wordpress 'H' commands

telsave

DW Member +
Joined
Jun 8, 2002
Messages
658
Reaction score
33
Location
Newcastle
Hi

Can anyone please tell me what is happening with my Wordpress.

I am running 4.2.2 and when I select text and enter content using HTML commands I get an error on my site.

I should say just from H2; & H3 commands. For example the line <h2> Affiliate Marketing is one of the most popular ways, Internet marketers look to earn their first income online.</h2>

It appears OK if I switch to the visual entry but when I go to the actual published item it appears in a tiny print format.

I have attached a screen dump to illustrate.

regards
 

Attachments

  • sample.png
    sample.png
    140.6 KB · Views: 11
It will the css probably. Create a child theme and edit style.css looking for entries like this:

.entry h2 {
font-size: 14px;
line-height: 1.1em;
font-weight: bold;
}

Then change to meet requirement.
 
Thanks M8 I appreciate your help I will create a child theme and look at the css.

By the way if I do this and it works does that make me a Nurd or a Geek :)

regards as normal
 
Probably more like lucky! Depending on the theme you can add css over-rides in the theme itself.
 
Back
Top