Home › Forums › All Other Themes › Themes without SKT Builder
- This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
January 14, 2020 at 6:55 pm #143148
Two things….
1. decor theme. How can I get the email to fit on one line in the header of the homepage? I even remove it without removing the other contact info.
applecountrycabinets.com
2. I am not a fan or SKT Builder or better yet it is not a fan on me. In the Decor template I was able to use the theme editor for the complete creation of the site. Is their other themes that allow this? I have other sites to build but I am afraid I just can’t use the SKT editing plug-in.
Please advise….
January 15, 2020 at 5:21 am #143164Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header_row, .header_row .phone-email-info { width:auto;} .header_row .column-1, .header_row .column-3 { padding:0 20px;}
Regards,
ChrisJanuary 22, 2020 at 4:03 pm #143776Thank you but that looks worse. Is there a way to keep the phone and remove the email but keep the email in the footer?
Also there was two questions in my initial post. Can you advise how to skip SKT builder?
January 23, 2020 at 5:55 am #143793Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header_row .column-1 span.hederemailid { display:none;} .header_row .column-1.column-2 span.hederemailid { display: block !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.