I am having trouble getting the logo on our site to reverse out properly from all of the photos in the slider section. I am very much a Photoshop beginning and figured out how to get rid of the white background, but the type looks awful against some of the photos. One alternative is to move the logo to the right. Is that possible? If so, how do I do that? Or can you tell me how to fix the logo so that like your ButterBelly logo, it looks good against all photos. I have attached the gif file I used. I would upload the psd file, but your system won't let me. Thanks! Ruth
Hello, Use transparent image for the logo. You can make your logo image transparent through Photoshop or any other photo editing tool. See the video for reference, I hope it will help you. Or If you want to move the logo the right side then paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .logo a img { float: right; } This will solve your issue.