hameem Elite Member Joined Jul 21, 2011 Messages 1,914 Reaction score 1,010 Mar 31, 2013 #1 I was wondering if anyone knows a Wordpress theme similar to this one? Preferably with round-edged boxes for posts and sidebars rather than with sharp-edged ones. Would appreciate the suggestions.
I was wondering if anyone knows a Wordpress theme similar to this one? Preferably with round-edged boxes for posts and sidebars rather than with sharp-edged ones. Would appreciate the suggestions.
hameem Elite Member Joined Jul 21, 2011 Messages 1,914 Reaction score 1,010 Mar 31, 2013 Thread Starter Thread Starter #2 anyone?
WPRipper Elite Member Joined Mar 24, 2010 Messages 1,615 Reaction score 1,929 Mar 31, 2013 #3 Its a standard wordpress layout. You can build it urself ... idk any theme like that.
hameem Elite Member Joined Jul 21, 2011 Messages 1,914 Reaction score 1,010 Mar 31, 2013 Thread Starter Thread Starter #4 RedDeezer said: Its a standard wordpress layout. You can build it urself ... idk any theme like that. Click to expand... Okay. Can I also make the edges round?
RedDeezer said: Its a standard wordpress layout. You can build it urself ... idk any theme like that. Click to expand... Okay. Can I also make the edges round?
WPRipper Elite Member Joined Mar 24, 2010 Messages 1,615 Reaction score 1,929 Mar 31, 2013 #5 hameem said: Okay. Can I also make the edges round? Click to expand... Use this generator. http://border-radius.com/ Replace the values from the corner and u got urself a css code for this.
hameem said: Okay. Can I also make the edges round? Click to expand... Use this generator. http://border-radius.com/ Replace the values from the corner and u got urself a css code for this.
U urbanmb Newbie Joined Mar 28, 2013 Messages 16 Reaction score 2 Mar 31, 2013 #6 if you need help building this let me know!
hameem Elite Member Joined Jul 21, 2011 Messages 1,914 Reaction score 1,010 Mar 31, 2013 Thread Starter Thread Starter #7 urbanmb said: if you need help building this let me know! Click to expand... For free?
B BHServices Newbie Joined Mar 30, 2013 Messages 30 Reaction score 2 Mar 31, 2013 #8 I'll help for free
SEOWhat Regular Member Joined Feb 7, 2013 Messages 348 Reaction score 149 Apr 2, 2013 #9 well if you have access to CSS file of that template, simply copy below code and paste it inside template css file: .post { border-radius: 10px; } .widget { border-radius: 10px; } this should give you round edges
well if you have access to CSS file of that template, simply copy below code and paste it inside template css file: .post { border-radius: 10px; } .widget { border-radius: 10px; } this should give you round edges