Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #890267
    jsjmccracken
    Participant

    Hello,

    I have two questions:

    1. On http://www.tablerockkennels.com/home/contact/ how do I reduce the padding between the slider and the container below it? I thought:

    .home .contact .x-container.max.width.offset {
    margin-top: 10px;
    }

    Or

    .contact .x-container.max.width.offset {
    margin-top: 10px;
    }

    would do the trick but neither worked…

    2. Also, how do I change the font color in the contact form to #fff?

    Thank you for the help!

    Jacob

    #891114
    Friech
    Moderator

    Hi Jacob,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .page-id-15 .x-container.offset {
    	margin-top: 10px;
    }

    For the text form add this to custom css as well.

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    	color: #fff;
    }

    Hope it helps, Cheers!

    #891186
    jsjmccracken
    Participant

    You guys are the best! Thank you!

    #891706
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-890267 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>