Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128140
    rwilkin
    Participant

    I have already added additional CSS of:
    #masthead {background-color:#3c4e57;}
    #colophon {background-color: #3c4e57}
    #large-featured-image img {
    width: 1280px;}
    .singular-section {
    padding: 30px 0;}
    #site-generator {
    padding-top: 0;}
    .footer-widget-area {
    padding-bottom: 0;}
    .entry-title {
    height: 25px;}
    .site-footer {height: 100px;}

    I would like to move the copyright (class=site-info) text further down in the footer say 20px

    Also having changed the background colour of the header and menu background I’d like to reduce / change the colour of the thin black line between the two sections. Is this possible?

    Many thanks,

    Ralph

    #128154
    Mahesh
    Keymaster

    @rwilkin: Please post in your site url.

    Regards,
    Mahesh

    #128156
    rwilkin
    Participant

    http://www.ranirai.com

    Thanks,

    Ralph

    #128169
    Mahesh
    Keymaster

    @rwilkin: Go to Dashboard=> Appearance=> Customize=> Custom CSS box and add the following CSS:

    .site-info {
        margin-top: 10px;
    }
    .site-header-menu {
        border-top: 1px solid #333;
    }

    Regards,
    Mahesh

    #128182
    rwilkin
    Participant

    Thank you. The footer part is what I was after but the header section is the wrong part. I was looking the change / remove the thin black lime above the menu section and below the site title ‘Rani Rai’ section.

    Thanks,

    Ralph

    #128185
    Mahesh
    Keymaster

    @rwilkin: Add the following CSS to remove the thin black line above the menu section.

    .site-header-menu {
        border-top: 0;
    }

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change position of site-info’ is closed to new replies.