Logo text and color and a couple other questions.

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Thu May 25, 2017 2:33 am
How do I change the logo text and color?
I've got 5 pixels of white space above my slides, how do I valign top?
How do I remove cavern logo and color options from bottom?
Sorry if I'm asking too much, but my customer required a word press installation? How do I enable CSS overwrite?


Thanks!
User avatar
Gold Boarder

Joshua M
Thu May 25, 2017 8:44 am
Hi,
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze your issuess? Now I can't see your website because of "coming soon" mode.

Regarding the gavern logo and color options - you can disable it from MusicState -> Template Options -> Features tab.

CSS may be overriden from Appearance -> Customize -> Additional CSS section.
User avatar
Moderator

GK User
Fri May 26, 2017 12:49 am
Thank you! Just sent you a private message. Don't see an option for the cavern logo under features tab.
User avatar
Gold Boarder

Joshua M
Thu Jun 01, 2017 10:00 am
Regarding the space above the slider, please add the following custom css code:
Code: Select all
#gk-head.gk-no-menu {
    padding-top: 74px;
}


To remove "read more", please add also this code:
Code: Select all
.gk-is-wrapper-gk_musicstate figcaption > a {
display: none;
}
User avatar
Moderator

GK User
Fri Jun 02, 2017 11:59 pm
Thanks Joshua!

Joshua M wrote:Regarding the space above the slider, please add the following custom css code:
Code: Select all
#gk-head.gk-no-menu {
    padding-top: 74px;
}


To remove "read more", please add also this code:
Code: Select all
.gk-is-wrapper-gk_musicstate figcaption > a {
display: none;
}
User avatar
Gold Boarder

GK User
Sat Jun 03, 2017 12:03 am
This artist isn't going to have much content on the front page. How can I move the album bg image in between the video section and the News section?
User avatar
Gold Boarder

Joshua M
Mon Jun 05, 2017 8:02 am
Unortunately it's not possibe (it requires theme structure modifications, which is beyond our technical support)
User avatar
Moderator


cron