Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey burnuser,

    Thanks for reaching out to us!

    Do you happen to have a link to where we can take a look at the issues you’re describing?

    Thanks!

    Thread Starter burnuser

    (@burnuser)

    Hello,

    You could right-click your mouse and open “Inspect” – from there you can identify CSS classes and makes changes accordingly. Try adding the following code to your theme’s style.css file to address the button text issue:

    #tribe-bar-form .tribe-bar-submit input[type=submit] {
    -webkit-appearance: button;
    background: #666;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
    }

    You can use this same knowledge to address the sidebar spacing issue. Best of luck and thanks for choosing TEC!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Design tuning’ is closed to new replies.