borders

  • Unknown's avatar

    How can i add a border around the header of my website. i want to add a border around the word cross up.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    This will add a 4px solid border to your site title. You can edit the width and the color code as desired. Due to the font you are using, I included some left and right padding to so the title is contained within the border area.

    .site-title a {
        border: 4px solid #00ee33;
        padding-left: 10px;
        padding-right: 15px;
    }
  • The topic ‘borders’ is closed to new replies.