Home › Forums › All Other Themes › Shopzee Pro Questions
- This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago by
Forum Moderator.
-
AuthorPosts
-
December 22, 2016 at 5:32 am #56358
1. When you first load the site the slider image is a tiny bit larger and then it jerks smaller. Is there a slider image size that would be better? How can I stop this?
2. Where do I edit client logos?
3. Where do I change the color of the separator line, in the top bar menu?
Thanks, Bobby
December 22, 2016 at 5:39 am #56359Forgot the site link
http://dd2.027.myftpupload.com/December 22, 2016 at 7:00 am #56372Hi Bobby,
Kindly use slide images 1420px x 500px. Make sure all your slides are same width and height.
2. Where do I edit client logos?
Kindly go to Appearance>>Theme Option>>Sections>>Section 5
You will find the shortcode for client logo. Change the image url in the shortcode by adding your logo image url.3. Where do I change the color of the separator line, in the top bar menu?
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS BoxAdd this code there:
.header .header-inner .nav ul li a{border-right:1px solid #000000 !important;}
Regards,
BradDecember 22, 2016 at 5:33 pm #56454Thanks Brad, but the shortcode you gave me…
.header .header-inner .nav ul li a{border-right:1px solid #ffffff !important;}
Edits the regular menu. I need the code for the very top menu where the email and phone are.Thanks, Bobby
December 23, 2016 at 5:25 am #56470Hi Bobby,
Add this code in custom css box:
.signin_wrap ul li{border-right:1px solid #000000 !important;}
Regards,
BradDecember 23, 2016 at 4:09 pm #56533Hi Brad
Thats almost perfect. See here:
http://dd2.027.myftpupload.com/
The first line on each side is still blue even after I add the CSS for white. Am I missing a setting somewhere?
BobbyDecember 26, 2016 at 5:00 am #56597Hi Bobby,
Add this code in custom css box:
.signin_wrap ul li:first-child{border-left:solid 1px #ffffff !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.