Home › Forums › SKT Black/White Theme Support › contact button in section
- This topic has 6 replies, 3 voices, and was last updated 6 years, 4 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
November 16, 2016 at 1:44 pm #52891
Hello I have moved the contact section into section 2. Since that the contact button is gone. I assume that the “class” definition was only set for a certain section to show that “contact” buton. How can the CSS be set that such things like the contact button are iniversial to any section?
Thank you
HansNovember 17, 2016 at 5:38 am #52976Hi Hans,
Kindly show us your website URL.
Regards,
BradNovember 17, 2016 at 5:47 am #52977Hi Hans,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.contact a{background-color:#00a8ff; padding:10px 40px; color:#ffffff; text-transform:uppercase; display:inline-block; border-radius:4px;}
Regards,
BradNovember 17, 2016 at 8:04 am #53005Hello Brad,
your solution does not work. Still no Contact button in section 3.
Please go to www.coolartdesigns.deBR
HansNovember 17, 2016 at 10:34 am #53020Hi Hans,
Contact button appears on section 2.
If you want the same button on entire site then add this code in custom css box and whenever you use the button assign this class in anchor tag.
.contact-btn{background-color:#00a8ff; padding:10px 40px; color:#ffffff; text-transform:uppercase; display:inline-block; border-radius:4px;}
Regards,
BradNovember 17, 2016 at 11:18 am #53032Hello Brad,
surprisingly the button appears now. It happened to me once before that even after a reload of the page resetting did not show up and it appeared hours later….. strange.So changing the CSS from contact-a to contact-btn will inlfuence the entire site?
Is there any listing of your CSS coding so I don’t have to bother you for every little change?
Thank you
HansNovember 17, 2016 at 2:09 pm #53061Hi Hans,
All CSS are given normally in style.css
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.