• Hello,
    With the Coraline theme, there is a gray bar on top of the header. Does anybody know how to remove it ? I put a border around the whole thing to make it look more even, but it doesn’t look as nice as it would with no header. Here is my site wedivine.org

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding this to your custom CSS:

    #branding img {
       border: none;
    }

    Thread Starter WeDivine

    (@wedivine)

    Ok thank you!

    Thread Starter WeDivine

    (@wedivine)

    I have one other huge problem, my site is squeezed together, out of allignment. It doesn’t take up the whole screen, the sides are empty. I cannot figure out how to fix this problem. Do you know?

    I was looking at that just now. Have you made changes to the theme CSS?

    Thread Starter WeDivine

    (@wedivine)

    Only to the child theme. Here is the code.

    /*
    Theme Name:     Coraline Child
    Theme URI:      wedivine.org
    Description:    Child theme for the Coraline
    Author:         WeDivine
    Author URI:     wedivine.org
    Template:       coraline
    Version:        3.5.1
    */
    
    @import url("../coraline/style.css");
    
    #access a {
    color: green;
    font-size: 13px;
    font-family: Cambria;
    display: block;
    line-height: 3.333em;
    padding-bottom: 0;
    padding-left: 1.2125em;
    padding-right: 1.2125em;
    padding-top: 0;
    text-decoration: none;
    }
    
    #submenu a {
        color: #FFFFFF;
        font-size: 30px
        font-weight: bold;
        padding: 3px 5px 3px 7px;
        text-shadow: 0 1px 0 #555555;
    }
    #submenu a:hover {
        text-shadow: 1px 1px 1px #000000;
    }
    
    #access {
      margin-top: 50px;
    }
    
    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        border-radius: none !important;
        box-shadow: none !important;
    }
    
    #branding img {
       border: none;
    }
    
    #footer, #footer a {
     color: #F660AB;
    }

    ….

    Btw are you a yogi, like in the spiritual sense? Very curious considering the nature of this website 😀

    Thank you so much

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Gray Bar On Top of Header-Coraline’ is closed to new replies.