Social Media Icons, Video and Spacing

Hi Three Things Please :slight_smile:

Site businessbackpacker.com

I changed the header to white and now socials aren’t showing and footer is white. I searched through your help and have added this code but neither are working, please advise. Would like to see social and make footer dark:

}
.socials a {
color: #02AED4 !important;
}

.socials a:hover {
color: #00CC77 !important;
}

.site-footer {
background-color: ##282a2e;
color: #282a2e;
}

.site-footer a {
color: #282a2e;
}

Secondly pls see screenshot I am having issues with video placement/ quality and would like to place this blue band at the bottom for content. There is always some issue with the video no matter what I do with it (as a background video, as a regular video - too much padding, as a “Stretched” video, quality looks poor. Please advise I just want clean video no padding and blue line underneath :slight_smile:

Hi @businessbackpacker,

To fix the footer background, you can add the code below in Theme Options > CSS

.x-colophon.bottom {
   background-color: #333 !important;
}

With regards to spacing, I can see you have added a gap element. Please remove it then add the code below in Theme Options > CSS

.x-video {
    margin-bottom: 0;
}

Hope that helps

Great! Thanks :slight_smile: I figured out the video and footer but what about the socials at the top? didn’t see your reply for those :slight_smile:

Hi @businessbackpacker,

I couldn’t see the social icons in your header. Did you remove them?

Please try with this CSS instead:

.x-topbar .x-social-global a {
    color: #000;
}

Hope it helps :slight_smile:

I don’t know where they went LOL they are supposed to be there!
Let me try the code thanks!

Let us know how it goes!

It’s BACK LOL thank you :slight_smile: Are you here in Thailand? I have been here 10 years :smiley:

Also where is the Favicon upload now I can’t find it

nevermind I found it

Sawasdee ka @businessbackpacker,

Just for reference, you should be able to find the favicon option in WP Admin > Appearance > Customize > Site Identity > Site Icon.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.