Forums

Borders from nowhere (6 posts)

  1. mliam
    Member
    Posted 5 months ago #

    I'm currently using the (cbOne 1.0.2 by Christopher Bergmann) theme, but for some reason i can't remove the borders or for that matter even find the borders in the css. My blog is http://www.sketchygrid.com, an example of the problem is that the header is supposed to stretch all the way across the page. Can someone give me a hand. thx

  2. mliam
    Member
    Posted 5 months ago #

    bump, i really need this fixed now

  3. ClaytonJames
    Member
    Posted 5 months ago #

    i can't remove the borders or for that matter even find the borders in the css.

    I see border color #ccc mentioned in your css several times.

    an example of the problem is that the header is supposed to stretch all the way across the page.

    A) Your header does go all the way across the page

    B) how is that relative to your border problem?

    Your navigation menu in the header looks like crap in firefox. Looks great in IE. Increase your nav width to 450.

  4. @realsteveholmes
    Member
    Posted 5 months ago #

    Can anyone tell me how to change the hyperlink color as it appears next to ordinary text?

  5. equaldesign
    Member
    Posted 5 months ago #

    Difficult with a link to your site. However most themes have a "post" div class which all posts are wrapped in. Therefore adding this to the bottom of your style sheet should do the trick:

    .post a {
      color: #000000;
      text-decoration: none;
    }

    This will make all links in a post black with no underline. Change the hex code to a colour to suite your needs.

  6. isiswisdom
    Member
    Posted 4 months ago #

    The side tabs how do i change the colors and also I would like to add navigation at the top of my site but there is no option for that how would I do that? I don't see how people would be able to return back to the home page of the bog with out the navi for the CBone.

Reply

You must log in to post.

About this Topic