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

Accessing home widget on main page

Home / Forums / Virtue Theme / Accessing home widget on main page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 11, 2019 at 12:53 pm

trying to access home widget on home page

.home-widget-area-widget {
border-top: 1px solid #dd3333;
border-bottom: 1px solid #dd3333;
}
.home-widget-box {
border-top: 1px solid #dd3333;
border-bottom: 1px solid #dd3333;
}

I have identified these two classes and have borders drawn around the widget text. I would like to adjust the margin, border, and padding but cannot find the correct class names: (fromhome page)
<div class=”home-widget-box”>

<div class=”widget-1 widget-first home-widget-area-widget widget_sow-editor”>

<div class=”so-widget-sow-editor so-widget-sow-editor-base”>

<div class=”siteorigin-widget-tinymce textwidget”>

<h3 style=”text-align: center;”>Featured Services</h3>
</div>
</div>
</div>
</div> <!–home widget box –>

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