Forum Replies Created

Viewing 2 replies - 61 through 62 (of 62 total)
  • Hi friend,

    I’m a little confused. What exactly did your site color scheme look like before?

    Try changing the above code to the following and see if it’s the look you want:

    #access {
    background: #f1f1f1;
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5)
    font-size: 12px;
    border-top: 2px solid #69c;
    border-bottom: 2px solid #69c;
    width: 1000px;
    }

    #access a {
    color: #69c;
    font-size: 13px;
    margin-left: 5px;
    }

    #access li:hover > a,#access a:focus {
    text-decoration: underline;
    font-size: 13px;
    color: black;
    }

    #access .current_page_item > a,#access .current_page_ancestor > a {
    font-size: 13px;
    color: black;
    text-decoration: underline;
    }

    Let me know if this is the look you want then I can help you tidy up the code a little more if you want.

    Afzaal

    Hi guys,

    I’m new to the support area here so thought I’d have a go at helping you out. Can I confirm that the theme you’re referring to is:

    https://d5creation.com/tag/simplify-extend-theme/

    To get rid of the second row (where the logo is shown) add the following to the bottom of your themes css file:

    #header {
    display: none;
    }
    body {
    background-position: 0 85px;
    }

    If you still see a plain grey background below the header try adjusting the value of ’85px’ until it’s just right.

    Hope that helps!

Viewing 2 replies - 61 through 62 (of 62 total)