contact button in section

Home Forums SKT Black/White Theme Support contact button in section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #52891
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    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
    Hans

    #52976
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Hans,

    Kindly show us your website URL.

    Regards,
    Brad

    #52977
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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,
    Brad

    #53005
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Hello Brad,

    your solution does not work. Still no Contact button in section 3.
    Please go to www.coolartdesigns.de

    BR
    Hans

    #53020
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi 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,
    Brad

    #53032
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Hello 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
    Hans

    #53061
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Hans,

    All CSS are given normally in style.css

    Regards,
    Shri

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.