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

Tiny request/suggestion

Home / Forums / Virtue Theme / Tiny request/suggestion

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 6, 2016 at 10:08 pm

I found I needed to have my logo attached as a background image to the first div.row in div.container. Some pages have more than one div.row.
Unfortunately, the row did not have an id, so I ended up having to edit header.php.
Could you please add an id to the row, so that the change is not clobbered in the future.
I could create a child theme, but it seems like overkill for such a small change which might be useful to others.
# diff templates/header.php ~danny/header.php
13c13
< <div class=”row”>

> <div class=”row” id=”firstrow” >

regards,

Danny

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