Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Rounded Corners (http://forum.bytesforall.com/showthread.php?t=20929)

m321matt Sep 20, 2013 08:58 AM

[SOLVED] Rounded Corners
 
I'm trying to add rounded corners in the Montezuma theme to my text widgets in my sidebar. I have background colors for them now, so I'm not sure what the issue is.

I've tried adding rounded corners by adding to the .widget css and have had no luck.

I've added the below code in a bunch of different places hoping to get it to work but can't seem to figure it out

border-top-left-radius: 10px 5px;
border-bottom-right-radius: 10% 5%;
border-top-right-radius: 10px;

could anyone help me out? it would be greatly appreciated.

sakry Sep 20, 2013 11:19 AM

Please let me know if you find the answer, thanks!

juggledad Sep 20, 2013 12:51 PM

mto->CSS Files->widgets.css
change
HTML Code:

/* Widget container, contains all parts of a widget */
.widget {
        font-size: 14px;
        line-height:                1.3;
        color:                                #666666;
        margin-bottom:        30px;
}

to
HTML Code:

/* Widget container, contains all parts of a widget */
.widget {
        font-size: 14px;
        line-height:                1.3;
        color:                                #666666;
        margin-bottom:        30px;
        border: 1px solid red;
        border-radius: 10px 10px 10px 10px;
}


m321matt Sep 20, 2013 06:29 PM

Thank You!


All times are GMT -6. The time now is 10:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.