• I am using ther Dkret3 theme and am trying to customize the theme for the user. I thought that the colors of the menu were changeable but I can’t see where I might change them.
    The header image leaves white space to the right when using the left and right sidebar css.
    I wanted to NOT display the page name but can’t find where to supress that. I can blank out the name in the page editor but then the client would have a harder time identifying the page they needed to edit.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Could you send the link to the website? Maybe that will clear things up a bit.

    Thread Starter aacinc

    (@aacinc)

    The site that I anm Working with is: http://www.ichv.org/NEW/?page_id=243

    Menu colors are in screen.css:

    .sf-menu a, .sf-menu a:visited {
        color: #048;
    }
    #access {
        background: #D8FBD8 url(../images/bg_green.png) repeat-x;
        border-bottom: 1px solid #CCC;
    }

    Getting the header image to go full screen may require a larger image, or center the one you have and live with the content spilling over either side. You could always narrow the content and center it so it complements the header.

    Hiding the page titles – nothing gets the forum lit up like a good debate over hiding a page title. At the risk of angering the SEO mob, I will say a simple #content .entry-title { display: none; } works quite well, but I doubt that is the last you will hear on the subject 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu colors/ Header Image/ Page Name’ is closed to new replies.