Hello, I am modifying the FriendsElectric theme (which is great), to show off a JULY-related theme that requires some different colours and whatnot.

Anyway, I have replaced the sidebar-left-title.png file (the image that sits behind the MENU titles) with one that is taller. So, I want to move the menu title text down so that it is somewhat centered within the image.

Now, I did notice that the first block on the left and right are classified as "first" and so I changed the line-height of that setting which accomplished what I needed.

However, the menus afterwards do not have classes at all attributed to them.

If someone knows which php file I should examine to include the classification, I would really appreciate it.

Comments

Steven’s picture

With CSS, you select much more than just single classes on elements. Learn how to use CSS selectors properly or you'll be adding classes to elements until the cows come home.

In the case of FriendsElectric, you want all headers (h2) inside blocks (div class="block").

--
If you have a problem, please search before posting a question.

cjeanson’s picture

I can't believe I didn't try that!

Thanks!