New Topic

widget area not showing

Home › Forum › Customization › widget area not showing

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2058

    suchig
    Participant

    Hi there,

    I have few questions here my website – http://www.citytaxikingston.ca

    1) My sidebar widget area is not showing. I have weather plug in it.

    2) How can i change the submit buttom font color and add border to my form fields?

    3) Also when i use my header widget – its putting stuff right above my logo – Can i have so its above the back ground image.

    #2061

    StartupWP
    Keymaster

    1. Make sure you place widgets in the Main sidebar area, not the Right one. Right is used for the Left and Right sidebar template.

    2. Buttons:

    #content input[type="submit"], #content input[type="reset"], #container #searchsubmit, .button, #new-topic {
      background: #000;
      border: 0 none;
      box-shadow: none;
      color: #ccc;
    }

    Form field borders:

    #container input, #container textarea {
      border: 1px solid #666;
    }

    3. You can adjust by adding:

    body.custom-background {
      background-position: center 100px;
    }

    Then change up 100px as needed.

    https://startupwp.com/topic/customizing-your-theme/

    #2063

    suchig
    Participant

    Thank You.

    How can change white space below and above the menu bar?

    #2064

    StartupWP
    Keymaster

    Above:

    #branding {
      margin-bottom: 30px;
    }

    Below:

    #header {
      padding-bottom: 30px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.