Login / Register

SWIFT v5.0 is out

Request: Option without rounded corners.

(11 posts) (5 voices)
  • Started 4 months ago by bulalo
  • Latest reply from happywifenmama
  1. Hi!:)

    I know a lot of work went into the rounded corners thingy but an option to turn-off rounded corners will allow us greater flexibility in designing our headers.

    In addition, IE6 is still used by a lot of people, especially in non-technical niches. So while, with rounded corners, our sites will appear perfect to those using FF, they might not look so good or appear broken to this significant market.

    WHile this request is being considered, what part of the CSS do I need to comment-off to turn-off rounded corners?

    Thanks.

    Posted 4 months ago #
  2. BTW, that's the rounded corners for the header area, as there are options to turn it off in sidebar and footer.

    Thanks.

    Posted 4 months ago #
  3. Find this part under navigation styles
    #nav1{ -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;}
    #nav2,#commentform label.comment,h4.postcomment{ -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;}

    and change it to

    #commentform label.comment,h4.postcomment{ -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;}

    Happy to Help
    -Satish Gandham
    Follow me on Twitter
    Posted 4 months ago #
  4. Thanks man! I'm on it.

    Posted 4 months ago #
  5. ecouteuse
    Member

    Thank you for the fix above... but do you have a fix for the rounded corners on the main nav area--where the photo/slide feature is just below the header? I want to eliminate all rounded corners.

    I just downloaded this a few days ago and did check the option (must be new this version) to eliminate the rounded corners, but they are still on the photo area (where your sample "hello" entry/photo shows up).

    The theme looks very cool -- thank you for your hard work on this.

    Posted 2 months ago #
  6. Please post your blog url.

    Posted 2 months ago #
  7. ecouteuse
    Member

    Satish, I'm just now building it -- literally today. http://themisfitchronicles.com

    I have nothing up there except the background. (I am migrating stuff from my three other blogs--Murderati.com, Murdershewrites.com and tonimcgeecausey.com -- so your theme / layout looks to be particularly helpful coordinating a large amount of information.)

    Posted 2 months ago #
  8. Megan
    Member

    Satish, are you saying to replace that entire section under navigation styles with the smaller section of code that you listed? I also want to take off the rounded corners. Thanks so much!

    Posted 1 month ago #
  9. Find this part in includes/style-base/960px.css
    #nav1{ -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;}
    #nav2,#commentform label.comment,h4.postcomment{ -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;}

    and change it to

    #commentform label.comment,h4.postcomment{ -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;}

    After making the change, goto swift options page and rewrite the custom-styles.css

    Posted 1 month ago #
  10. Megan
    Member

    Thank you Sadish for all the help you offer to us. I know this sounds silly, but I don't know what you mean when you say to rewrite the custom style.css after changing the navigation. I know the custom style css box in the options menu, but I don't know what to rewrite. I don't know any css. Thank you!

    Posted 1 month ago #

Reply »

You must log in to post.

Recent Replies

Search

Sponsors