I am currently working with a WordPress twenty eleven theme and I am trying to adjust the size of my headings. Specifically, when I enclose my headings in h1 and h2 tags like so:
<h1>My h1 heading </h1>
<h2> My h2 heading </h2>
The current font size of the headings in this theme is very similar to the content's font size, making them blend in rather than stand out as I intended.
It seems that I may need to make changes in the CSS file to achieve the desired result. Could you please provide me with guidance on what specific changes I should make?