Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Making H5 Menu on Portfolio Page Uppercase

Home / Forums / Virtue Theme / Making H5 Menu on Portfolio Page Uppercase

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 18, 2014 at 8:46 pm

Hi, I’m building a personal site and my portfolio page is working fine except there’s a <H5> menu that shows up on the page that says “All” as in All Portfolio Items. I believe the idea is then to add new “portfolio types” that will show up beside the All button. The only problem is that I’d like to change the font to all UPPERCASE on these menu items.

The page in question is:

I tried going into the portfolio PHP and adding an “ALL” beside the existing <H5>code, but I just ended up with an extra button on top of the existing one (my new button read ALL in caps, and it even highlighted when I rolled over it which was nice, but the other button was still there so I know I didn’t change the right thing).

I think the code in question is (grabbed from firebug):

<section id=”options” class=”clearfix”>

<ul id=”filters” class=”clearfix option-set filter-collapse”>
<li class=”postclass”>

<h5>All</h5>
<div class=”arrow-up”/>

The h5 should read “ALL”

But I can’t figure out where on my site the <h5> heading is to change.

I can see all of the php files in the editor section – is there an html page hiding somewhere? Or a way to access the html in the Portfolio page? I imagine this is simple and I’m just not looking in the right place.

Thanks for any help!

Sarah

  • The forum ‘Virtue Theme’ is closed to new topics and replies.