• Resolved Kubikjiri

    (@kubikjiri)


    Hi,

    1) is it possible to make smaller (width) header? I looking in this forum and founded this:

    div.iheader {
    display:none;
    }

    But it disable whole header…

    2) If I reduce header, what about text? This text reduce automaticaly? THX

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Kubikjiri

    (@kubikjiri)

    OK last question: Brown line at the bottom – text with copyright

    Hi Mr. Kubík
    here is the answer:
    ..

    ………is it possible to change color line no the bottom? Now is dark brown….

    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    .site-footer .site-info {
        background: #b3b3b3;
    }

    OR

    .site-footer .site-info {
        background: #b3b3b3!important;
    }

    OR

    .site-footer {
        background: #b3b3b3;
    }

    OR

    .site-footer {
        background: #b3b3b3!important;
    }

    Change the background to any colour you want.
    Feel Free to ask in the future.
    Cheers
    TR

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘smaller header’ is closed to new replies.