Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] Rounded Corners


  #1  
Old Sep 20, 2013, 08:58 AM
m321matt
 
2 posts · Sep 2013
[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.
  #2  
Old Sep 20, 2013, 11:19 AM
sakry
 
1 posts · Aug 2013
Please let me know if you find the answer, thanks!
  #3  
Old Sep 20, 2013, 12:51 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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;
}
  #4  
Old Sep 20, 2013, 06:29 PM
m321matt
 
2 posts · Sep 2013
Thank You!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounded corners gone Karin New Versions, & Updating 3 Mar 7, 2013 04:04 AM
Have 2 rounded corners and 2 squared possible? vincent Header configuration & styling 5 Nov 26, 2010 05:53 AM
Rounded Corners with an image Xethon Sidebars & Widgets 2 Sep 16, 2010 07:31 AM
Rounded corners of images? JoannaLynnPhoto Center area post/pages 1 Jun 8, 2010 05:20 AM


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


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