• Resolved ksturmer

    (@ksturmer)


    Really enjoying the premium version. I need to update the font color for the sidebar links and would also like to tighten up the line-spacing. Any assistance is very much appreciated.

    A final, unrelated request is CSS to float the contact form to the left, but the sidebar font is my major priority. Thank you again for this wonderful template.

Viewing 11 replies - 1 through 11 (of 11 total)
  • .sidebar a {
    color:#333;
    }

    By line spacing what are you thinking? do you have a link?

    As for the contact form:

    .page-template-page-contact-php .main {
    float:right;
    }

    Kadence Themes

    Thread Starter ksturmer

    (@ksturmer)

    Thank you for the help! I’m all set with the sidebar thanks to your code. I’m still building the site content, so a link is not possible yet.

    The contact form code didn’t work work for me, but I’m honestly happy with the layout with the form on the right as well. Seriously wonderful template. Thank you for creating.

    Oops should be:

    .page-template-page-contact-php #main {
    float:right;
    }

    Kadence Themes

    jrotem

    (@jrotem)

    Love the theme, and I would also like to float the contact form to the left. The code above didn’t work. Another suggestion?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Can you post a link, this code should work are you adding it to your theme options > advanced settings, custom css box?

    .page-template-page-contact-php #main {
    float:right;
    }

    Kadence Themes

    jrotem

    (@jrotem)

    Thank you! Here is the link:
    http://rotemstudio.com/contact/

    I am finding that some of the other CSS options I’ve input to Advanced Settings (that I’ve found on forums with your code suggestions) are likewise not working, including customizing the home icons and widening the margins (esp the right margin) on the default page content containers. (I know, one at a time…:) )

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Your css isn’t correct in your theme options, your missing two closing brackets.

    You can replace with this:

    .page-id-197  .page-header {display:none;}
    
    .page-id-238  a:link,  a:visited {text-decoration:none;}
    
    .home-padding {
    padding: 30px 0 40px;
    }
    
    @media (min-width: 992px) {
    .main.col-lg-9 {
    padding-right: 30px;
    }
    }
    
    body .page-header {
    border:0;
    }
    
    .page-template-page-contact-php #main {
    float:right;
    }
    jrotem

    (@jrotem)

    Yippe skippee! You rock! Thank you!

    jrotem

    (@jrotem)

    One more thing — is there a way to make the top level Portfolio link not clickable? It only contains my featured projects and doesn’t look good as is.
    http://rotemstudio.com/portfolio-2/

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You can just use a custom link instead of the portfolio page and make the link a hash tag.

    Kadence Themes

    jrotem

    (@jrotem)

    Thank you! I didn’t quite understand but I figured it out eventually. 🙂

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Sidebar Font Color.’ is closed to new replies.