March 18, 2016 at 17:46
#111575
Moderator
Hello, theme should work fine with visual composer, we will add a 100% compatibility soon 🙂
The top bar shows the social media buttons but you could add text to it editing the file header.php
To change the button style you can use css, try this, add it to style.css of child theme
COPY CODE
a.play.button.large.alert.radius {
background-color: black !important;
border: 1px solid black !important;
}
To change the social media icon colors add this to style.css
COPY CODE
.top-links i:before {
color: pink !important;
}
🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution