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

Top bar social icons and mobile header

Home / Forums / Virtue Theme / Top bar social icons and mobile header

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 24, 2016 at 7:42 am

Hi!

I have added social links in my top bar, but because I’ve made my top bar color white they only appear on hover. I am wondering if there is a way to make the small social icons appear in black.

I’ve also used the following css to try to get my logo centred in mobile:


@media
(min-width: 1170px) {
.container {
width: 1000px;
}
}

@media
(max-width: 992px) {
.kad-header-right {
bottom: 100px;
float: right;
}
.kad-header-left {
width: 100%;
}
}

It helped! But I’m wondering if it’s possible to centre it along the total width, not from the edge of the mobile menu icon. I’m also curious as to whether it would be possible to change the mobile menu icon .. to make the bars thinner? (I’m guessing though that I might need to make a child theme for that one.)

My site is http://www.herbinjewellers.ca

Thanks so much for all of your help,

Jennie

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