Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, what this links to is not a WordPress site!!!

    To display images normally add the following CSS code in the “Custom CSS” box in Appearance > Customize.

    .round-div {
    border: medium none;
    }

    For a smaller header add this too in the same box

    .row-fluid .span9 {
      float: right;
      width: 60%;
    }

    Modify the width value to whatever you prefer.

    @markhedley the URL posted linked to the screenshot of the website. Here is the raw link https://oi42.tinypic.com/24cywde.jpg

    For the header, try this:

    .wpbb-header-spacer {
    height: 0px !important ;
    }

    This should answer the picture question

    Hi, Please how can I change my ‘Tagline’ ‘and header list’ colour (focus) to {color:#1f376d;}

    I have used these css below but it did not change the colors.

    .btn-navbar {
    color:#1f376d;
    .site-description{
    color:#1f376d;
    }
    .btn-navbar a {
    color:#1f376d;
    }
    .menu-nav-menu-container{
    color:#1f376d;
    }
    .navbar-inner{
    color:#1f376d;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need help with header and featured pictures.’ is closed to new replies.