• I am using the Magomra theme, which I like so far. I can change the webpage back ground, which is good.

    I cannot determine how to change color, text font, or to add a logo just for the Header area.

    Does anybody know what I can do?

    https://www.cwcaustin.org

    Matthew

Viewing 4 replies - 1 through 4 (of 4 total)
  • To change those things, you’ll need to go in the style.css and edit the css that you want as far as I can see, this theme has no text, color or font options.

    Thread Starter mda_taz

    (@mda_taz)

    This is part of the data that I see in the css file.

    /*
    BASIC PAGE STRUCTURE
    div#header
    div#branding
    h1#site-title
    h2#site-description
    div#top-navigation
    div#top-navigation2
    div#container
    div#content
    div.hentry
    div.entry-title
    div.entry-meta
    div.entry-content
    div.entry-utility
    div.post-navigation-prev
    div.post-navigation-next
    ul#sidebar
    li.widget
    h2.widget-title
    div#footer
    */

    ==========================================
    /* =STRUCTURE
    ————————————————————– */
    #header {
    color: #fff;
    margin-bottom: 38px;
    min-width: 1042px;
    }
    #branding {
    background: url(img/bg_lines_dark.jpg) repeat;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    }
    #branding a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    }
    #site-title {
    font-size: 58px;
    line-height: 60px;
    padding: 12px 18px 18px 18px;
    }
    #site-description {
    font-size: 16px;
    line-height: 18px;
    padding: 0 18px 24px 18px;
    }
    #container {
    margin: 0 auto;
    overflow: hidden;
    width: 1042px;
    }
    #content {
    float: left;
    width: 758px;

    Oh one more thing — Firebug is a really great tool to help you figure out which CSS to change to make changes to your site.

    https://getfirebug.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change Theme Header’ is closed to new replies.